summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 5e3872ba49..044822c32c 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.199 2017/10/12 15:44:18 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.200 2017/10/12 15:52:50 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 *
@@ -1209,6 +1209,7 @@ int ssl3_check_cert_and_algorithm(SSL *s);
1209int ssl3_check_finished(SSL *s); 1209int ssl3_check_finished(SSL *s);
1210 1210
1211/* some server-only functions */ 1211/* some server-only functions */
1212int dtls1_send_hello_verify_request(SSL *s);
1212int ssl3_get_client_hello(SSL *s); 1213int ssl3_get_client_hello(SSL *s);
1213int ssl3_send_server_hello(SSL *s); 1214int ssl3_send_server_hello(SSL *s);
1214int ssl3_send_hello_request(SSL *s); 1215int ssl3_send_hello_request(SSL *s);
@@ -1224,7 +1225,6 @@ void tls1_free(SSL *s);
1224void tls1_clear(SSL *s); 1225void tls1_clear(SSL *s);
1225 1226
1226int dtls1_new(SSL *s); 1227int dtls1_new(SSL *s);
1227int dtls1_accept(SSL *s);
1228void dtls1_free(SSL *s); 1228void dtls1_free(SSL *s);
1229void dtls1_clear(SSL *s); 1229void dtls1_clear(SSL *s);
1230long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg); 1230long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg);