]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix a typo on the SSL_dup page
authorMatt Caswell <matt@openssl.org>
Thu, 25 Jun 2020 09:43:20 +0000 (10:43 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jun 2020 09:54:02 +0000 (10:54 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12245)

doc/man3/SSL_new.pod

index 49861322868cdbd93d61041784b1bd9aa3cd8aeb..7a6c9d4b1a6a25f816c77a5481e5d7ed34c76140 100644 (file)
@@ -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