OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
[openssl.git] / crypto / evp / e_null.c
index fbfa59183598a86916978946fbd2e5fce5bf55cd..2420d7e5af806ec6c81fbf9c1fb091fa96b6dfcd 100644 (file)
@@ -87,7 +87,7 @@ const EVP_CIPHER *EVP_enc_null(void)
 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
             const unsigned char *iv, int enc)
        {
-       memset(&(ctx->c),0,sizeof(ctx->c));
+       /*      memset(&(ctx->c),0,sizeof(ctx->c));*/
        return 1;
        }