fix warnings when building openssl with the following compiler options:
[openssl.git] / crypto / evp / e_rc4.c
index eadd8d42741e9c6c71fcea5b584d817d470f9154..67af850bea1ab955cdc3159bd57bb9f8a55c3b73 100644 (file)
@@ -90,6 +90,7 @@ static const EVP_CIPHER r4_cipher=
        sizeof(EVP_RC4_KEY),
        NULL,
        NULL,
+       NULL,
        NULL
        };
 
@@ -104,6 +105,7 @@ static const EVP_CIPHER r4_40_cipher=
        sizeof(EVP_RC4_KEY),
        NULL, 
        NULL,
+       NULL,
        NULL
        };