Fix warning.
[oweals/openssl.git] / crypto / engine / eng_openssl.c
index 5341daaf4eb7b2bb7cbdec185d7e36c34bb1d6be..7c139ae2efcb44754cb273cf2176b1763f71c5c8 100644 (file)
@@ -257,6 +257,7 @@ static const EVP_CIPHER test_r4_cipher=
        sizeof(TEST_RC4_KEY),
        NULL,
        NULL,
+       NULL,
        NULL
        };
 static const EVP_CIPHER test_r4_40_cipher=
@@ -270,6 +271,7 @@ static const EVP_CIPHER test_r4_40_cipher=
        sizeof(TEST_RC4_KEY),
        NULL, 
        NULL,
+       NULL,
        NULL
        };
 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,