Skip to content

Commit

Permalink
Remove extra the in SSL_SESSION_set1_id.pod
Browse files Browse the repository at this point in the history
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #4969)
  • Loading branch information
danbev authored and Andy Polyakov committed Dec 22, 2017
1 parent 532b118 commit 17b6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/SSL_SESSION_set1_id.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17b6028

Please sign in to comment.