diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
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); | |||
602 | int ssl3_send_newsession_ticket(SSL *s); | 602 | int ssl3_send_newsession_ticket(SSL *s); |
603 | int ssl3_send_cert_status(SSL *s); | 603 | int ssl3_send_cert_status(SSL *s); |
604 | int ssl3_get_finished(SSL *s, int state_a, int state_b); | 604 | int ssl3_get_finished(SSL *s, int state_a, int state_b); |
605 | int ssl3_setup_key_block(SSL *s); | ||
606 | int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); | 605 | int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); |
607 | int ssl3_change_cipher_state(SSL *s, int which); | 606 | int ssl3_change_cipher_state(SSL *s, int which); |
608 | void ssl3_cleanup_key_block(SSL *s); | 607 | void ssl3_cleanup_key_block(SSL *s); |