diff options
Diffstat (limited to 'src/lib/libssl/d1_meth.c')
-rw-r--r-- | src/lib/libssl/d1_meth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_meth.c b/src/lib/libssl/d1_meth.c index 527b47e98a..7f279a4f50 100644 --- a/src/lib/libssl/d1_meth.c +++ b/src/lib/libssl/d1_meth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_meth.c,v 1.8 2014/12/14 15:30:50 jsing Exp $ */ | 1 | /* $OpenBSD: d1_meth.c,v 1.9 2015/02/06 08:30:23 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -84,6 +84,8 @@ const SSL_METHOD DTLSv1_method_data = { | |||
84 | .ssl_dispatch_alert = dtls1_dispatch_alert, | 84 | .ssl_dispatch_alert = dtls1_dispatch_alert, |
85 | .ssl_ctrl = dtls1_ctrl, | 85 | .ssl_ctrl = dtls1_ctrl, |
86 | .ssl_ctx_ctrl = ssl3_ctx_ctrl, | 86 | .ssl_ctx_ctrl = ssl3_ctx_ctrl, |
87 | .get_cipher_by_char = ssl3_get_cipher_by_char, | ||
88 | .put_cipher_by_char = ssl3_put_cipher_by_char, | ||
87 | .ssl_pending = ssl3_pending, | 89 | .ssl_pending = ssl3_pending, |
88 | .num_ciphers = ssl3_num_ciphers, | 90 | .num_ciphers = ssl3_num_ciphers, |
89 | .get_cipher = dtls1_get_cipher, | 91 | .get_cipher = dtls1_get_cipher, |