diff options
Diffstat (limited to 'src/lib/libssl/s23_clnt.c')
-rw-r--r-- | src/lib/libssl/s23_clnt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/s23_clnt.c b/src/lib/libssl/s23_clnt.c index 28ea24c173..4159ae0580 100644 --- a/src/lib/libssl/s23_clnt.c +++ b/src/lib/libssl/s23_clnt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s23_clnt.c,v 1.35 2014/12/10 15:43:31 jsing Exp $ */ | 1 | /* $OpenBSD: s23_clnt.c,v 1.36 2015/02/06 08:30:23 jsing 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 | * |
@@ -140,6 +140,8 @@ const SSL_METHOD SSLv23_client_method_data = { | |||
140 | .ssl_dispatch_alert = ssl3_dispatch_alert, | 140 | .ssl_dispatch_alert = ssl3_dispatch_alert, |
141 | .ssl_ctrl = ssl3_ctrl, | 141 | .ssl_ctrl = ssl3_ctrl, |
142 | .ssl_ctx_ctrl = ssl3_ctx_ctrl, | 142 | .ssl_ctx_ctrl = ssl3_ctx_ctrl, |
143 | .get_cipher_by_char = ssl3_get_cipher_by_char, | ||
144 | .put_cipher_by_char = ssl3_put_cipher_by_char, | ||
143 | .ssl_pending = ssl_undefined_const_function, | 145 | .ssl_pending = ssl_undefined_const_function, |
144 | .num_ciphers = ssl3_num_ciphers, | 146 | .num_ciphers = ssl3_num_ciphers, |
145 | .get_cipher = ssl3_get_cipher, | 147 | .get_cipher = ssl3_get_cipher, |