summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/ssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/src/ssl/ssl_locl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h
index a1302104e6..56d2e98746 100644
--- a/src/lib/libssl/src/ssl/ssl_locl.h
+++ b/src/lib/libssl/src/ssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.114 2015/09/11 17:17:44 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.115 2015/09/11 17:29:36 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 *
@@ -815,7 +815,6 @@ int tls12_get_sigandhash(unsigned char *p, const EVP_PKEY *pk,
815int tls12_get_sigid(const EVP_PKEY *pk); 815int tls12_get_sigid(const EVP_PKEY *pk);
816const EVP_MD *tls12_get_hash(unsigned char hash_alg); 816const EVP_MD *tls12_get_hash(unsigned char hash_alg);
817 817
818EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md);
819void ssl_clear_hash_ctx(EVP_MD_CTX **hash); 818void ssl_clear_hash_ctx(EVP_MD_CTX **hash);
820int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, 819int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p,
821 int *len, int maxlen); 820 int *len, int maxlen);