Correct a small typo in CHANGES
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
a718c62758
commit
d5b33a518f
1 changed files with 1 additions and 1 deletions
2
CHANGES
2
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue