summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-28 19:51:09 +0100
committerPauli <pauli@openssl.org>2023-07-05 09:03:04 +1000
commit3f7b67fb21e31b4262bb0c0dd83c01c221f3278c (patch)
tree84a174e42ee7670babb2283051e79f69ed0d4423 /include
parentd6e7ebba3370e06ea4dfae6381dfe0e1c21070e3 (diff)
Remove unused server code
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20061)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/quic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/openssl/quic.h b/include/openssl/quic.h
index 781971ad66..a8798a9a44 100644
--- a/include/openssl/quic.h
+++ b/include/openssl/quic.h
@@ -28,12 +28,6 @@ __owur const SSL_METHOD *OSSL_QUIC_client_method(void);
* Method used for thread-assisted QUIC client operation.
*/
__owur const SSL_METHOD *OSSL_QUIC_client_thread_method(void);
-/*
- * This method does not implement full server operation,
- * is used for testing, and is subject to change in later
- * releases.
- */
-__owur const SSL_METHOD *OSSL_QUIC_server_method(void);
# ifdef __cplusplus
}