summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_get_stream_id.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_get_stream_id.pod')
-rw-r--r--doc/man3/SSL_get_stream_id.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/SSL_get_stream_id.pod b/doc/man3/SSL_get_stream_id.pod
index b28c56e026..86ec2d9621 100644
--- a/doc/man3/SSL_get_stream_id.pod
+++ b/doc/man3/SSL_get_stream_id.pod
@@ -31,8 +31,8 @@ on the stream, and returns one of the following values:
=item B<SSL_STREAM_TYPE_NONE>
-The SSL object is a QUIC connection SSL object without a default stream attached
-(see L<SSL_attach_stream(3)>).
+The SSL object is a QUIC connection SSL object without a default stream
+attached.
=item B<SSL_STREAM_TYPE_BIDI>
@@ -81,7 +81,7 @@ SSL_get_stream_type() returns one of the B<SSL_STREAM_TYPE> values.
=head1 SEE ALSO
-L<SSL_attach_stream(3)>, L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
+L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
=head1 HISTORY