From: Richard Levitte Date: Tue, 12 Jan 2016 13:21:15 +0000 (+0100) Subject: Correct a small typo in CHANGES X-Git-Tag: OpenSSL_1_1_0-pre2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5b33a518f9833d0550f61656a57f46c48bef926;p=oweals%2Fopenssl.git Correct a small typo in CHANGES Reviewed-by: Stephen Henson --- diff --git a/CHANGES b/CHANGES index ffa32cf5e6..084ddbdd26 100644 --- a/CHANGES +++ b/CHANGES @@ -85,7 +85,7 @@ HMAC_CTX *HMAC_CTX_new(void); void HMAC_CTX_free(HMAC_CTX *ctx); - For EVP_MD and EVP_CIPHR, complete APIs to create, fill and + For EVP_MD and EVP_CIPHER, complete APIs to create, fill and destroy such methods has been added. See EVP_MD_meth_new(3) and EVP_CIPHER_meth_new(3) for documentation.