summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-15 19:07:10 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-15 19:07:10 +0100
commitb44a9463808dc8523aa1ef7ba6fe625d578ba191 (patch)
treefe161893ac9aa59913a4d11ff75f5d983b0b7ca3 /verifier.cpp
parentMerge "Start charger at /system/bin/charger." am: d5bbec7750 am: 37b1520682 (diff)
parentMerge "Implement FilePackage class" am: 698dc08561 (diff)
downloadandroid_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar.gz
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar.bz2
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar.lz
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar.xz
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.tar.zst
android_bootable_recovery-b44a9463808dc8523aa1ef7ba6fe625d578ba191.zip
Diffstat (limited to 'verifier.cpp')
-rw-r--r--verifier.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/verifier.cpp b/verifier.cpp
index b6c3895ce..68a011e0d 100644
--- a/verifier.cpp
+++ b/verifier.cpp
@@ -39,8 +39,6 @@
#include "asn1_decoder.h"
#include "otautil/print_sha1.h"
-static constexpr size_t MiB = 1024 * 1024;
-
/*
* Simple version of PKCS#7 SignedData extraction. This extracts the
* signature OCTET STRING to be used for signature verification.