gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.
authorAndy Polyakov <appro@openssl.org>
Mon, 1 Jun 2015 20:51:33 +0000 (22:51 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 10 Jun 2015 21:55:59 +0000 (23:55 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/modes/gcm128.c

index 02e8f2e7481b6fd8e181b2d6f4926506743f84e2..f28e07ceb0c4d74a5fe76fc6446187bb4dfed873 100644 (file)
@@ -682,7 +682,7 @@ static void gcm_gmult_1bit(u64 Xi[2], const u64 H[2])
          defined(_M_IX86)       || defined(_M_AMD64)    || defined(_M_X64))
 #  define GHASH_ASM_X86_OR_64
 #  define GCM_FUNCREF_4BIT
-extern unsigned int OPENSSL_ia32cap_P[2];
+extern unsigned int OPENSSL_ia32cap_P[];
 
 void gcm_init_clmul(u128 Htable[16], const u64 Xi[2]);
 void gcm_gmult_clmul(u64 Xi[2], const u128 Htable[16]);