From 0c3d0247a7b16cf10d6d869f34b40aa833b79fd5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 25 Jun 2020 10:43:20 +0100 Subject: [PATCH] Fix a typo on the SSL_dup page Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12245) --- doc/man3/SSL_new.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2