diff options
author | David Benjamin <davidben@google.com> | 2016-04-16 02:22:09 +0200 |
---|---|---|
committer | David Benjamin <davidben@google.com> | 2016-04-16 02:27:44 +0200 |
commit | a86392ea9238efcb8d4077ce496eac1e575d876f (patch) | |
tree | 673121509503f22e18a43b07206adf575093b0fd | |
parent | Merge "Define the Bootloader Control A/B structure" (diff) | |
download | android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar.gz android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar.bz2 android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar.lz android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar.xz android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.tar.zst android_bootable_recovery-a86392ea9238efcb8d4077ce496eac1e575d876f.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> |