[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Jan 12 13:53:28 UTC 2016


The branch master has been updated
       via  d5b33a518f9833d0550f61656a57f46c48bef926 (commit)
      from  a718c6275841bbc2cfb39484714ca26cb83f3277 (commit)


- Log -----------------------------------------------------------------
commit d5b33a518f9833d0550f61656a57f46c48bef926
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jan 12 14:21:15 2016 +0100

    Correct a small typo in CHANGES
    
    Reviewed-by: Stephen Henson <steve at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 CHANGES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index ffa32cf..084ddbd 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.
 


More information about the openssl-commits mailing list