summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2015-09-11 17:29:36 +0000
committerjsing <jsing@openbsd.org>2015-09-11 17:29:36 +0000
commit16a7ec1de6e0558ef33f86c07198f91a95133b56 (patch)
tree831ec1c6fcc491724b74a7e8403b46c2e7510033 /lib/libssl/src/ssl/ssl_locl.h
parentNuke ssl3_cbc_remove_padding(). (diff)
downloadwireguard-openbsd-16a7ec1de6e0558ef33f86c07198f91a95133b56.tar.xz
wireguard-openbsd-16a7ec1de6e0558ef33f86c07198f91a95133b56.zip
Nuke ssl_replace_hash().
ok "flensing knife"
Diffstat (limited to 'lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r--lib/libssl/src/ssl/ssl_locl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/ssl_locl.h b/lib/libssl/src/ssl/ssl_locl.h
index a1302104e67..56d2e987467 100644
--- a/lib/libssl/src/ssl/ssl_locl.h
+++ b/lib/libssl/src/ssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.114 2015/09/11 17:17:44 jsing Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.115 2015/09/11 17:29:36 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -815,7 +815,6 @@ int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk,
int tls12_get_sigid(const EVP_PKEY *pk);
const EVP_MD *tls12_get_hash(unsigned char hash_alg);
-EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md);
void ssl_clear_hash_ctx(EVP_MD_CTX **hash);
int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p,
int *len, int maxlen);