Merge "Fix include-what-you-use problem in android-pubkey.c." am: ba430e3
am: c49e943
* commit 'c49e943109099034a4f26d43e0711b37d3f02196':
Fix include-what-you-use problem in android-pubkey.c.
Change-Id: I741614f9622718161ca991a44036391d72203410
This commit is contained in:
commit
b2b2240074
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…
Add table
Reference in a new issue