diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-11 17:08:51 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-11 17:08:51 +0000 |
commit | fa0d4f61cb151ef4fd55a9539049ad7aed7b37a0 (patch) | |
tree | 4dd527dd946cad9996498c31e8183a4a304ec9dd /lib/libssl/ssl_locl.h | |
parent | cc61348e04fb07644f291633e66a41920240a40a (diff) |
Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().
We also no longer need the ssl3_pad_1 and ssl3_pad_2 arrays...
ok "flensing knife"
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r-- | lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h index d4924cdab8e..d699fd41d89 100644 --- a/lib/libssl/ssl_locl.h +++ b/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.111 2015/09/11 17:04:39 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.112 2015/09/11 17:08:50 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -621,7 +621,6 @@ int ssl3_renegotiate_check(SSL *ssl); int ssl3_dispatch_alert(SSL *s); int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); -int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p); void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); void ssl3_free_digest_list(SSL *s); unsigned long ssl3_output_cert_chain(SSL *s, X509 *x); |