[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Fri Nov 2 14:01:23 UTC 2018


The branch master has been updated
       via  2b201ce9417cc6e617b7ca2db0a99cc87bbc343b (commit)
      from  d91d443f0d26262148d1dc9d29f9fdf025b958ca (commit)


- Log -----------------------------------------------------------------
commit 2b201ce9417cc6e617b7ca2db0a99cc87bbc343b
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Nov 2 10:11:55 2018 +0100

    doc/man7/EVP_MAC_*.pod: incorrect english corrected
    
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    (Merged from https://github.com/openssl/openssl/pull/7552)

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

Summary of changes:
 doc/man7/EVP_MAC_CMAC.pod    | 2 +-
 doc/man7/EVP_MAC_HMAC.pod    | 2 +-
 doc/man7/EVP_MAC_SIPHASH.pod | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man7/EVP_MAC_CMAC.pod b/doc/man7/EVP_MAC_CMAC.pod
index bb37472..12c18a8 100644
--- a/doc/man7/EVP_MAC_CMAC.pod
+++ b/doc/man7/EVP_MAC_CMAC.pod
@@ -22,7 +22,7 @@ The supported controls are:
 
 =item B<EVP_MAC_CTRL_SET_KEY>
 
-EVP_MAC_ctrl_str() takes to type string for this control:
+EVP_MAC_ctrl_str() takes two type strings for this control:
 
 =over 4
 
diff --git a/doc/man7/EVP_MAC_HMAC.pod b/doc/man7/EVP_MAC_HMAC.pod
index 8276ff3..3e6f252 100644
--- a/doc/man7/EVP_MAC_HMAC.pod
+++ b/doc/man7/EVP_MAC_HMAC.pod
@@ -22,7 +22,7 @@ The supported controls are:
 
 =item B<EVP_MAC_CTRL_SET_KEY>
 
-EVP_MAC_ctrl_str() takes to type string for this control:
+EVP_MAC_ctrl_str() takes two type strings for this control:
 
 =over 4
 
diff --git a/doc/man7/EVP_MAC_SIPHASH.pod b/doc/man7/EVP_MAC_SIPHASH.pod
index 841cd7d..0d1349f 100644
--- a/doc/man7/EVP_MAC_SIPHASH.pod
+++ b/doc/man7/EVP_MAC_SIPHASH.pod
@@ -28,7 +28,7 @@ The value string is expected to contain a decimal number.
 
 =item B<EVP_MAC_CTRL_SET_KEY>
 
-EVP_MAC_ctrl_str() takes to type string for this control:
+EVP_MAC_ctrl_str() takes two type strings for this control:
 
 =over 4
 


More information about the openssl-commits mailing list