Merge "Fix include-what-you-use problem in android-pubkey.c."
am: ba430e3
* commit 'ba430e363427cb99af3afe06baec9360150255b2':
Fix include-what-you-use problem in android-pubkey.c.
Change-Id: Iec27f1ba8e3c38874e20c377718c76c6885de4f1
This commit is contained in:
commit
c49e943109
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
// Better safe than sorry.
|
// Better safe than sorry.
|
||||||
#if (ANDROID_PUBKEY_MODULUS_SIZE % 4) != 0
|
#if (ANDROID_PUBKEY_MODULUS_SIZE % 4) != 0
|
||||||
#error RSA modulus size must be multiple of the word size!
|
#error RSA modulus size must be multiple of the word size!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue