Merge "Fix include-what-you-use problem in android-pubkey.c."

This commit is contained in:
Treehugger Robot 2016-04-16 00:01:39 +00:00 committed by Gerrit Code Review
commit ba430e3634

View file

@ -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!