From fbf5d3759676a2f70455ee053b60a0cf0782f89a Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sun, 20 Apr 2014 12:48:20 +0000 Subject: Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. APIs that pass times as longs will have to change at some point... Bump major on both libcrypto and libssl. ok tedu@ --- lib/libssl/t1_enc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libssl/t1_enc.c') diff --git a/lib/libssl/t1_enc.c b/lib/libssl/t1_enc.c index 579eaa6ce44..3f5df9ad7a6 100644 --- a/lib/libssl/t1_enc.c +++ b/lib/libssl/t1_enc.c @@ -519,7 +519,6 @@ tls1_change_cipher_state(SSL *s, int which) } } - s->session->key_arg_length = 0; #ifdef KSSL_DEBUG { int i; -- cgit v1.2.3