[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Wed May 9 15:17:17 UTC 2018


The branch master has been updated
       via  7f35627c7943c213f7f8555d13b83288cccd5fc9 (commit)
      from  60845a0aa4e54f2973bc178daa5ed475ea4e148d (commit)


- Log -----------------------------------------------------------------
commit 7f35627c7943c213f7f8555d13b83288cccd5fc9
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Tue May 8 12:32:12 2018 +0200

    Fix typos in x509 documentation
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6207)

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

Summary of changes:
 doc/man3/X509_NAME_get_index_by_NID.pod | 2 +-
 doc/man3/X509_cmp_time.pod              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/X509_NAME_get_index_by_NID.pod b/doc/man3/X509_NAME_get_index_by_NID.pod
index 5579dab..283d0f2 100644
--- a/doc/man3/X509_NAME_get_index_by_NID.pod
+++ b/doc/man3/X509_NAME_get_index_by_NID.pod
@@ -49,7 +49,7 @@ of space needed in B<buf> (excluding the final null) is returned.
 =head1 NOTES
 
 X509_NAME_get_text_by_NID() and X509_NAME_get_text_by_OBJ() should be
-considered deprecaated because they
+considered deprecated because they
 have various limitations which make them
 of minimal use in practice. They can only find the first matching
 entry and will copy the contents of the field verbatim: this can
diff --git a/doc/man3/X509_cmp_time.pod b/doc/man3/X509_cmp_time.pod
index 911814e..4b5cb67 100644
--- a/doc/man3/X509_cmp_time.pod
+++ b/doc/man3/X509_cmp_time.pod
@@ -46,7 +46,7 @@ X509_cmp_time() and X509_cmp_current_time() return -1 if B<asn1_time>
 is earlier than, or equal to, B<cmp_time> (resp. current time), and 1
 otherwise. These methods return 0 on error.
 
-X509_time_ad() and X509_time_adj_ex() return a pointer to the updated
+X509_time_adj() and X509_time_adj_ex() return a pointer to the updated
 ASN1_TIME structure, and NULL on error.
 
 =head1 COPYRIGHT


More information about the openssl-commits mailing list