summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/ssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/src/ssl/ssl_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h
index 130482dbba..cb7889ffb7 100644
--- a/src/lib/libssl/src/ssl/ssl_locl.h
+++ b/src/lib/libssl/src/ssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.126 2015/09/12 14:32:24 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.127 2015/09/12 15:03:39 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 *
@@ -641,6 +641,7 @@ long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp)(void));
641long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void)); 641long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void));
642int ssl3_pending(const SSL *s); 642int ssl3_pending(const SSL *s);
643 643
644int ssl3_handshake_msg_hdr_len(SSL *s);
644unsigned char *ssl3_handshake_msg_start(SSL *s, uint8_t htype); 645unsigned char *ssl3_handshake_msg_start(SSL *s, uint8_t htype);
645void ssl3_handshake_msg_finish(SSL *s, unsigned int len); 646void ssl3_handshake_msg_finish(SSL *s, unsigned int len);
646int ssl3_handshake_write(SSL *s); 647int ssl3_handshake_write(SSL *s);