projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a718c62
)
Correct a small typo in CHANGES
author
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jan 2016 13:21:15 +0000
(14:21 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jan 2016 13:21:15 +0000
(14:21 +0100)
Reviewed-by: Stephen Henson <steve@openssl.org>
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index ffa32cf5e69fe2d8df41b5456fcf79d4a2331c12..084ddbdd26bfa9b32a689e03270adefcbff76d7a 100644
(file)
--- 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_CIPH
E
R, 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.