New ctrl to set current certificate.
[oweals/openssl.git] / crypto / evp / e_null.c
index 7cf50e1416583dbd239163b1a0a0c0cc48f8e614..98a78499f9671b9065c7b3db453f16314e49f9b1 100644 (file)
@@ -99,4 +99,3 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
                memcpy((char *)out,(const char *)in,inl);
        return 1;
        }
-