summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-06-25 10:43:20 +0100
committerMatt Caswell <matt@openssl.org>2020-06-30 10:54:02 +0100
commit0c3d0247a7b16cf10d6d869f34b40aa833b79fd5 (patch)
tree9ae8bf08008a703de77cd6f6de4207158e0f6c96 /doc
parent45f02e9095f30abefc799b34a612140a47aa9e27 (diff)
Fix a typo on the SSL_dup page
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12245)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod
index 4986132286..7a6c9d4b1a 100644
--- a/doc/man3/SSL_new.pod
+++ b/doc/man3/SSL_new.pod
@@ -31,8 +31,8 @@ B<SSL_CTX> that was used to create I<s>. It additionally duplicates a subset of
the settings in I<s> into the new B<SSL> 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<same> handle. It may be possible to
use L<SSL_clear(3)> to recycle an SSL handle that is not in its initial
state for re-use, but this is best avoided. Instead, save and restore