summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2014-08-12 20:36:41 +0000
committerschwarze <>2014-08-12 20:36:41 +0000
commitcdd05ba350a9c7821a9e036359193557b0f276c7 (patch)
tree5e48f8dba6769d98370098600f43c6ac5a15b117 /src
parent0484ae89e6ed3d0745a7be23512cbae1b3c6e2c8 (diff)
downloadopenbsd-cdd05ba350a9c7821a9e036359193557b0f276c7.tar.gz
openbsd-cdd05ba350a9c7821a9e036359193557b0f276c7.tar.bz2
openbsd-cdd05ba350a9c7821a9e036359193557b0f276c7.zip
Merge a patch that i successfully pushed to OpenSSL,
original OpenSSL commit message follows: Fixed as shown; to be released post-1.0.2 commit bebbb11d132cc149f7713d6693703f8bfae10072 Author: Ingo Schwarze <schwarze@usta.de> Date: Sat Jan 18 11:46:25 2014 +0100 RT3239: Extra comma in NAME lines of two manpages In two OpenSSL manual pages, in the NAME section, the last word of the name list is followed by a stray trailing comma. While this may seem minor, it is worth fixing because it may confuse some makewhatis(8) implementations. While here, also add the missing word "size" to the one line description in SSL_CTX_set_max_cert_list(3). Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod2
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod b/src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
index b88eb62556..1c43494c7d 100644
--- a/src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
+++ b/src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
@@ -2,7 +2,7 @@
2 2
3=head1 NAME 3=head1 NAME
4 4
5ASN1_OBJECT_new, ASN1_OBJECT_free, - object allocation functions 5ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
6 6
7=head1 SYNOPSIS 7=head1 SYNOPSIS
8 8
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
index 808b03abee..5b874aa5fd 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
@@ -3,7 +3,7 @@
3=head1 NAME 3=head1 NAME
4 4
5SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, 5SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list,
6SSL_get_max_cert_list, - manipulate allowed for the peer's certificate chain 6SSL_get_max_cert_list - manipulate allowed size for the peer's certificate chain
7 7
8=head1 SYNOPSIS 8=head1 SYNOPSIS
9 9