diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e4c6c45196..d4924cdab8 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.110 2015/09/11 17:03:03 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.111 2015/09/11 17:04: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 | * |
@@ -621,8 +621,6 @@ int ssl3_renegotiate_check(SSL *ssl); | |||
621 | int ssl3_dispatch_alert(SSL *s); | 621 | int ssl3_dispatch_alert(SSL *s); |
622 | int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); | 622 | int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); |
623 | int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); | 623 | int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); |
624 | int ssl3_final_finish_mac(SSL *s, const char *sender, int slen, | ||
625 | unsigned char *p); | ||
626 | int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p); | 624 | int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p); |
627 | void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); | 625 | void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); |
628 | void ssl3_free_digest_list(SSL *s); | 626 | void ssl3_free_digest_list(SSL *s); |