summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 2fec36fba9..eed0803a85 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.194 2017/10/08 16:24:02 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.195 2017/10/10 15:13:26 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 *
@@ -1199,6 +1199,7 @@ void dtls1_double_timeout(SSL *s);
1199unsigned int dtls1_min_mtu(void); 1199unsigned int dtls1_min_mtu(void);
1200 1200
1201/* some client-only functions */ 1201/* some client-only functions */
1202int dtls1_get_hello_verify(SSL *s);
1202int ssl3_client_hello(SSL *s); 1203int ssl3_client_hello(SSL *s);
1203int ssl3_get_server_hello(SSL *s); 1204int ssl3_get_server_hello(SSL *s);
1204int ssl3_get_certificate_request(SSL *s); 1205int ssl3_get_certificate_request(SSL *s);
@@ -1236,7 +1237,6 @@ void tls1_clear(SSL *s);
1236 1237
1237int dtls1_new(SSL *s); 1238int dtls1_new(SSL *s);
1238int dtls1_accept(SSL *s); 1239int dtls1_accept(SSL *s);
1239int dtls1_connect(SSL *s);
1240void dtls1_free(SSL *s); 1240void dtls1_free(SSL *s);
1241void dtls1_clear(SSL *s); 1241void dtls1_clear(SSL *s);
1242long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg); 1242long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg);