diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-20 12:48:20 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-20 12:48:20 +0000 |
commit | fbf5d3759676a2f70455ee053b60a0cf0782f89a (patch) | |
tree | c4881311283e7cd016cf510101bbd257f698a581 /lib/libssl/t1_enc.c | |
parent | 3e0943ec854b6b82022907ad29f72688a1e82c3d (diff) |
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@
Diffstat (limited to 'lib/libssl/t1_enc.c')
-rw-r--r-- | lib/libssl/t1_enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |