summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 b3bc4f4ae4..150f56e1d6 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.57 2014/07/10 08:51:15 tedu Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.58 2014/07/10 10:09:54 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 *
@@ -579,7 +579,6 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth,
579 STACK_OF(SSL_CIPHER) **pref, STACK_OF(SSL_CIPHER) **sorted, 579 STACK_OF(SSL_CIPHER) **pref, STACK_OF(SSL_CIPHER) **sorted,
580 const char *rule_str); 580 const char *rule_str);
581void ssl_update_cache(SSL *s, int mode); 581void ssl_update_cache(SSL *s, int mode);
582int ssl_cipher_get_comp(const SSL_SESSION *s, SSL_COMP **comp);
583int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, 582int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,
584 const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size); 583 const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size);
585int ssl_cipher_get_evp_aead(const SSL_SESSION *s, const EVP_AEAD **aead); 584int ssl_cipher_get_evp_aead(const SSL_SESSION *s, const EVP_AEAD **aead);