From e55b3f9b10908408bebfb52f2d8a6b98b9814add Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 10 Jul 2014 10:09:54 +0000 Subject: Remove more compression related code. --- src/lib/libssl/ssl_ciph.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/lib/libssl/ssl_ciph.c') diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 05fa290edf..bcd9b500f4 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/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) -- cgit v1.2.3-55-g6feb