summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-11 17:08:50 +0000
committerjsing <>2015-09-11 17:08:50 +0000
commit1a8356d54310fcdf18b940e0960525894e696cd9 (patch)
tree8dd30c5388999f2c0b087cac2747bfa060c06f68 /src/lib/libssl/ssl_locl.h
parent092f44aa56f8d509a14a8c833848ff7292966c2e (diff)
downloadopenbsd-1a8356d54310fcdf18b940e0960525894e696cd9.tar.gz
openbsd-1a8356d54310fcdf18b940e0960525894e696cd9.tar.bz2
openbsd-1a8356d54310fcdf18b940e0960525894e696cd9.zip
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 '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 d4924cdab8..d699fd41d8 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.111 2015/09/11 17:04:39 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.112 2015/09/11 17:08:50 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,7 +621,6 @@ int ssl3_renegotiate_check(SSL *ssl);
621int ssl3_dispatch_alert(SSL *s); 621int ssl3_dispatch_alert(SSL *s);
622int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); 622int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
623int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); 623int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);
624int ssl3_cert_verify_mac(SSL *s, int md_nid, unsigned char *p);
625void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len); 624void ssl3_finish_mac(SSL *s, const unsigned char *buf, int len);
626void ssl3_free_digest_list(SSL *s); 625void ssl3_free_digest_list(SSL *s);
627unsigned long ssl3_output_cert_chain(SSL *s, X509 *x); 626unsigned long ssl3_output_cert_chain(SSL *s, X509 *x);