diff options
author | David Benjamin <davidben@google.com> | 2016-04-16 03:55:32 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-16 03:55:32 +0200 |
commit | 405db92b6e6384f0f22ba6be338c08e8f1aad345 (patch) | |
tree | 673121509503f22e18a43b07206adf575093b0fd /verifier.cpp | |
parent | Merge "Define the Bootloader Control A/B structure" (diff) | |
parent | Merge "Fix IWYU errors." (diff) | |
download | android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar.gz android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar.bz2 android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar.lz android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar.xz android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.tar.zst android_bootable_recovery-405db92b6e6384f0f22ba6be338c08e8f1aad345.zip |
Diffstat (limited to 'verifier.cpp')
-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> |