Fix include-what-you-use problem in android-pubkey.c.
This fixes a problem building against BoringSSL master. Change-Id: Ib052c6a59454126a83e32e9a43391470aca7356a
This commit is contained in:
parent
1607ea64cb
commit
2257f6baf5
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/bn.h>
|
||||
|
||||
// Better safe than sorry.
|
||||
#if (ANDROID_PUBKEY_MODULUS_SIZE % 4) != 0
|
||||
#error RSA modulus size must be multiple of the word size!
|
||||
|
|
Loading…
Reference in a new issue