summaryrefslogtreecommitdiffstats
path: root/src/ssl/s3_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/s3_meth.c')
-rw-r--r--src/ssl/s3_meth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssl/s3_meth.c b/src/ssl/s3_meth.c
index 01c1101..66bbb29 100644
--- a/src/ssl/s3_meth.c
+++ b/src/ssl/s3_meth.c
@@ -54,8 +54,6 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.] */
-#include <openssl/ssl.h>
-
#include "internal.h"
@@ -70,6 +68,8 @@ static const SSL_PROTOCOL_METHOD TLS_protocol_method = {
ssl3_read_close_notify,
ssl3_write_app_data,
ssl3_dispatch_alert,
+ ssl3_ctrl,
+ ssl3_ctx_ctrl,
ssl3_supports_cipher,
SSL3_HM_HEADER_LENGTH,
ssl3_set_handshake_header,