mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
explicit init
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1301)
This commit is contained in:
parent
ceab33e2cf
commit
1e4c66f953
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user