Enc doesn't support AEAD ciphers.
[openssl.git] / crypto / evp / e_null.c
index 067a03cc5971f7072729684691b121d8f58f38d7..9ca12ee2439455b24e5941efc93eda5f919b97c6 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;
        }
-