From 288a9e368d9d4a72792b12a00ad69e3592d94073 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 17 Apr 2014 23:35:40 +0000 Subject: whack a bunch of disabled code. ok beck lteo --- src/lib/libssl/ssl_lib.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/libssl/ssl_lib.c') diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 37fff3a38f..dc36747833 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c @@ -197,18 +197,10 @@ SSL_clear(SSL *s) s->hit = 0; s->shutdown = 0; -#if 0 /* Disabled since version 1.10 of this file (early return not - * needed because SSL_clear is not called when doing renegotiation) */ - /* This is set if we are doing dynamic renegotiation so keep - * the old cipher. It is sort of a SSL_clear_lite :-) */ - if (s->renegotiate) - return (1); -#else if (s->renegotiate) { SSLerr(SSL_F_SSL_CLEAR, ERR_R_INTERNAL_ERROR); return 0; } -#endif s->type = 0; -- cgit v1.2.3-55-g6feb