summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/d1_meth.c')
-rw-r--r--src/lib/libssl/d1_meth.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/d1_meth.c b/src/lib/libssl/d1_meth.c
index 1afd3ef1b2..df4ec9fdf2 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.5 2014/06/12 15:49:31 deraadt Exp $ */ 1/* $OpenBSD: d1_meth.c,v 1.6 2014/08/10 14:42:56 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.
@@ -82,8 +82,6 @@ const SSL_METHOD DTLSv1_method_data = {
82 .ssl_dispatch_alert = dtls1_dispatch_alert, 82 .ssl_dispatch_alert = dtls1_dispatch_alert,
83 .ssl_ctrl = dtls1_ctrl, 83 .ssl_ctrl = dtls1_ctrl,
84 .ssl_ctx_ctrl = ssl3_ctx_ctrl, 84 .ssl_ctx_ctrl = ssl3_ctx_ctrl,
85 .get_cipher_by_char = ssl3_get_cipher_by_char,
86 .put_cipher_by_char = ssl3_put_cipher_by_char,
87 .ssl_pending = ssl3_pending, 85 .ssl_pending = ssl3_pending,
88 .num_ciphers = ssl3_num_ciphers, 86 .num_ciphers = ssl3_num_ciphers,
89 .get_cipher = dtls1_get_cipher, 87 .get_cipher = dtls1_get_cipher,