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_1_1_1h~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3d0247a7b16cf10d6d869f34b40aa833b79fd5;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) --- diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod index 49861322868..7a6c9d4b1a6 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