summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-12 14:21:15 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-12 14:21:15 +0100
commitd5b33a518f9833d0550f61656a57f46c48bef926 (patch)
tree8284d1ee38f89e99e6593a3890d28fe80a495fde
parenta718c6275841bbc2cfb39484714ca26cb83f3277 (diff)
Correct a small typo in CHANGES
Reviewed-by: Stephen Henson <steve@openssl.org>
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
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.