summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_SESSION_set1_id.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_SESSION_set1_id.pod')
-rw-r--r--doc/man3/SSL_SESSION_set1_id.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_SESSION_set1_id.pod b/doc/man3/SSL_SESSION_set1_id.pod
index f69c83bf2a..f0b131d6a1 100644
--- a/doc/man3/SSL_SESSION_set1_id.pod
+++ b/doc/man3/SSL_SESSION_set1_id.pod
@@ -21,7 +21,7 @@ SSL_SESSION_get_id() returns a pointer to the internal session id value for the
session B<s>. The length of the id in bytes is stored in B<*len>. The length may
be 0. The caller should not free the returned pointer directly.
-SSL_SESSION_set1_id() sets the the session ID for the B<ssl> SSL/TLS session
+SSL_SESSION_set1_id() sets the session ID for the B<ssl> SSL/TLS session
to B<sid> of length B<sid_len>.
=head1 RETURN VALUES