From: Matt Caswell Date: Thu, 25 Jun 2020 09:43:20 +0000 (+0100) Subject: Fix a typo on the SSL_dup page X-Git-Tag: openssl-3.0.0-alpha5~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5188d0d55c72138dd1b65521fb73ac31902f0a52;p=thirdparty%2Fopenssl.git Fix a typo on the SSL_dup page Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12245) (cherry picked from commit 0c3d0247a7b16cf10d6d869f34b40aa833b79fd5) --- diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod index 35c9a770b5f..c7c5758cb13 100644 --- a/doc/man3/SSL_new.pod +++ b/doc/man3/SSL_new.pod @@ -31,8 +31,8 @@ B that was used to create I. It additionally duplicates a subset of the settings in I into the new B object. For SSL_dup() to work, the connection MUST be in its initial state and -MUST NOT have not yet have started the SSL handshake. For connections -that are not in their initial state SSL_dup() just increments an internal +MUST NOT have yet started the SSL handshake. For connections that are not in +their initial state SSL_dup() just increments an internal reference count and returns the I handle. It may be possible to use L to recycle an SSL handle that is not in its initial state for re-use, but this is best avoided. Instead, save and restore