summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/ssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/ssl/ssl_locl.h')
-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 7961c4c06e..87b27a1d99 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.64 2014/08/10 14:42:56 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.65 2014/08/11 01:06:22 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 *
@@ -614,6 +614,7 @@ long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
614int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); 614int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen);
615int ssl3_num_ciphers(void); 615int ssl3_num_ciphers(void);
616const SSL_CIPHER *ssl3_get_cipher(unsigned int u); 616const SSL_CIPHER *ssl3_get_cipher(unsigned int u);
617const SSL_CIPHER *ssl3_get_cipher_by_id(unsigned int id);
617int ssl3_renegotiate(SSL *ssl); 618int ssl3_renegotiate(SSL *ssl);
618 619
619int ssl3_renegotiate_check(SSL *ssl); 620int ssl3_renegotiate_check(SSL *ssl);