diff options
Diffstat (limited to 'crypto/openssl/ssl/quic/quic_method.c')
| -rw-r--r-- | crypto/openssl/ssl/quic/quic_method.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crypto/openssl/ssl/quic/quic_method.c b/crypto/openssl/ssl/quic/quic_method.c index 8092855efc61..55d7824e336a 100644 --- a/crypto/openssl/ssl/quic/quic_method.c +++ b/crypto/openssl/ssl/quic/quic_method.c @@ -12,16 +12,16 @@ #include "quic_local.h" IMPLEMENT_quic_meth_func(OSSL_QUIC_ANY_VERSION, - OSSL_QUIC_client_method, - ssl_undefined_function, - ossl_quic_connect, ssl3_undef_enc_method) + OSSL_QUIC_client_method, + ssl_undefined_function, + ossl_quic_connect, ssl3_undef_enc_method) IMPLEMENT_quic_meth_func(OSSL_QUIC_ANY_VERSION, - OSSL_QUIC_client_thread_method, - ssl_undefined_function, - ossl_quic_connect, ssl3_undef_enc_method) + OSSL_QUIC_client_thread_method, + ssl_undefined_function, + ossl_quic_connect, ssl3_undef_enc_method) IMPLEMENT_quic_meth_func(OSSL_QUIC_ANY_VERSION, - OSSL_QUIC_server_method, - ossl_quic_accept, - ssl_undefined_function, ssl3_undef_enc_method) + OSSL_QUIC_server_method, + ossl_quic_accept, + ssl_undefined_function, ssl3_undef_enc_method) |
