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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 1b46e990de..939808e3fb 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.107 2015/09/11 16:56:17 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.108 2015/09/11 16:59:17 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 *
@@ -602,7 +602,6 @@ int ssl3_send_server_certificate(SSL *s);
602int ssl3_send_newsession_ticket(SSL *s); 602int ssl3_send_newsession_ticket(SSL *s);
603int ssl3_send_cert_status(SSL *s); 603int ssl3_send_cert_status(SSL *s);
604int ssl3_get_finished(SSL *s, int state_a, int state_b); 604int ssl3_get_finished(SSL *s, int state_a, int state_b);
605int ssl3_setup_key_block(SSL *s);
606int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); 605int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b);
607int ssl3_change_cipher_state(SSL *s, int which); 606int ssl3_change_cipher_state(SSL *s, int which);
608void ssl3_cleanup_key_block(SSL *s); 607void ssl3_cleanup_key_block(SSL *s);