Skip to content

Commit

Permalink
QUIC: remove duplicate documentation causing test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson Ladd committed May 13, 2024
1 parent feace9d commit fe8489f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/man3/SSL_get_version.pod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SSL_version - get the protocol information of a connection

int SSL_is_dtls(const SSL *ssl);
int SSL_is_tls(const SSL *ssl);
int SSL_is_quic(const SSL *ssl);

int SSL_version(const SSL *s);

Expand All @@ -36,7 +35,6 @@ SSL_is_dtls() returns 1 if the connection is using DTLS or 0 if not.

SSL_is_tls() returns 1 if the connection is using SSL/TLS or 0 if not.

SSL_is_quic() returns 1 if the connection is using QUIC or 0 if not.

=head1 RETURN VALUES

Expand Down

0 comments on commit fe8489f

Please sign in to comment.