Loading libcrypto_utils/android_pubkey.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
libcrypto_utils/android_pubkey.c +2 −0 Original line number Diff line number Diff line Loading @@ -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