summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_ciph.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-07-10 10:09:55 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-07-10 10:09:55 +0000
commit667bd7ac0ddc72f7701456aab2ab15cbb661588a (patch)
tree4634087447db78081e12bfb1cb1c630b7a9911dd /lib/libssl/ssl_ciph.c
parentb39f6b2e4f6dd23b78e93e54194a265d96b62b90 (diff)
Remove more compression related code.
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r--lib/libssl/ssl_ciph.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c
index 05fa290edf5..bcd9b500f48 100644
--- a/lib/libssl/ssl_ciph.c
+++ b/lib/libssl/ssl_ciph.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_ciph.c,v 1.60 2014/07/10 09:26:08 jsing Exp $ */
+/* $OpenBSD: ssl_ciph.c,v 1.61 2014/07/10 10:09:54 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -641,15 +641,6 @@ ssl_load_ciphers(void)
EVP_MD_size(ssl_digest_methods[SSL_MD_SHA384_IDX]);
}
-/* ssl_cipher_get_comp sets comp to the correct SSL_COMP for the given
- * session and returns 1. On error it returns 0. */
-int
-ssl_cipher_get_comp(const SSL_SESSION *s, SSL_COMP **comp)
-{
- *comp = NULL;
- return 1;
-}
-
int
ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,
const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size)