Merge a patch that i successfully pushed to OpenSSL,
authorschwarze <schwarze@openbsd.org>
Tue, 12 Aug 2014 20:36:41 +0000 (20:36 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 12 Aug 2014 20:36:41 +0000 (20:36 +0000)
commitbe19a87f2fa4beb23c31a1378cde8a4f2f89956d
tree68391233f5d9048067cd2da6eec97778137f8bc7
parent4eb958b1ede356b2d47cbd28dc3f2b1351fc5c6c
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>
lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod