summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-07-14 10:36:55 +0200
committerRich Salz <rsalz@openssl.org>2016-07-25 08:35:39 -0400
commit1e4c66f9532f177e0946e4d13eea3f09df00058a (patch)
treef7cbde9ce7ba97313362c1a9554fad072301c135 /crypto/engine
parentceab33e2cfecbe57762e06576d2dd124c0424336 (diff)
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)
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_openssl.c2
1 files changed, 1 insertions, 1 deletions
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;