From: FdaSilvaYY Date: Thu, 14 Jul 2016 08:36:55 +0000 (+0200) Subject: explicit init X-Git-Tag: OpenSSL_1_1_0-pre6~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e4c66f9532f177e0946e4d13eea3f09df00058a;p=oweals%2Fopenssl.git explicit init Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1301) --- diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index 7e28604955..9208f7eafc 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -264,7 +264,7 @@ static void test_r4_40_cipher_destroy(void) } static int test_cipher_nids(const int **nids) { - static int cipher_nids[4] = { 0, 0, 0 }; + static int cipher_nids[4] = { 0, 0, 0, 0 }; static int pos = 0; static int init = 0;