From fe8489f313244007af56a330c2bb24c0fb2a737e Mon Sep 17 00:00:00 2001 From: Watson Ladd Date: Mon, 13 May 2024 09:10:44 -0400 Subject: [PATCH] QUIC: remove duplicate documentation causing test failure --- doc/man3/SSL_get_version.pod | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/man3/SSL_get_version.pod b/doc/man3/SSL_get_version.pod index b8a0f5e3b15de..b79f5e6be8100 100644 --- a/doc/man3/SSL_get_version.pod +++ b/doc/man3/SSL_get_version.pod @@ -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); @@ -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