summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s23_srvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s23_srvr.c')
-rw-r--r--src/lib/libssl/s23_srvr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/s23_srvr.c b/src/lib/libssl/s23_srvr.c
index caeb34b78e..e6356ba2a2 100644
--- a/src/lib/libssl/s23_srvr.c
+++ b/src/lib/libssl/s23_srvr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s23_srvr.c,v 1.30 2014/07/10 08:51:14 tedu Exp $ */ 1/* $OpenBSD: s23_srvr.c,v 1.31 2014/07/11 08:17:36 miod Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -138,11 +138,11 @@ const SSL_METHOD SSLv23_server_method_data = {
138 .ssl_dispatch_alert = ssl3_dispatch_alert, 138 .ssl_dispatch_alert = ssl3_dispatch_alert,
139 .ssl_ctrl = ssl3_ctrl, 139 .ssl_ctrl = ssl3_ctrl,
140 .ssl_ctx_ctrl = ssl3_ctx_ctrl, 140 .ssl_ctx_ctrl = ssl3_ctx_ctrl,
141 .get_cipher_by_char = ssl23_get_cipher_by_char, 141 .get_cipher_by_char = ssl3_get_cipher_by_char,
142 .put_cipher_by_char = ssl23_put_cipher_by_char, 142 .put_cipher_by_char = ssl23_put_cipher_by_char,
143 .ssl_pending = ssl_undefined_const_function, 143 .ssl_pending = ssl_undefined_const_function,
144 .num_ciphers = ssl23_num_ciphers, 144 .num_ciphers = ssl3_num_ciphers,
145 .get_cipher = ssl23_get_cipher, 145 .get_cipher = ssl3_get_cipher,
146 .get_ssl_method = ssl23_get_server_method, 146 .get_ssl_method = ssl23_get_server_method,
147 .get_timeout = ssl23_default_timeout, 147 .get_timeout = ssl23_default_timeout,
148 .ssl3_enc = &ssl3_undef_enc_method, 148 .ssl3_enc = &ssl3_undef_enc_method,