summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-04-16 03:46:24 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-16 03:46:25 +0200
commit51dcd0da37dd10238017bae03fc708dc6e05bb56 (patch)
tree673121509503f22e18a43b07206adf575093b0fd
parentMerge "Define the Bootloader Control A/B structure" (diff)
parentFix IWYU errors. (diff)
downloadandroid_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar.gz
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar.bz2
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar.lz
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar.xz
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.tar.zst
android_bootable_recovery-51dcd0da37dd10238017bae03fc708dc6e05bb56.zip
-rw-r--r--verifier.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/verifier.cpp b/verifier.cpp
index 6e1581272..1d6cf811a 100644
--- a/verifier.cpp
+++ b/verifier.cpp
@@ -22,6 +22,7 @@
#include <algorithm>
#include <memory>
+#include <openssl/bn.h>
#include <openssl/ecdsa.h>
#include <openssl/obj_mac.h>