diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-04-16 03:46:24 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-04-16 03:46:25 +0200 |
commit | 51dcd0da37dd10238017bae03fc708dc6e05bb56 (patch) | |
tree | 673121509503f22e18a43b07206adf575093b0fd | |
parent | Merge "Define the Bootloader Control A/B structure" (diff) | |
parent | Fix IWYU errors. (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | verifier.cpp | 1 |
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> |