diff options
author | 2015-09-11 17:32:23 +0000 | |
---|---|---|
committer | 2015-09-11 17:32:23 +0000 | |
commit | 35e47d1d9476fdbf443fddacac01822ae32d2c5e (patch) | |
tree | 897f56fe5f3486efc79262d94f37e4e46bdf87a5 /lib/libssl/s3_lib.c | |
parent | Nuke ssl_replace_hash(). (diff) | |
download | wireguard-openbsd-35e47d1d9476fdbf443fddacac01822ae32d2c5e.tar.xz wireguard-openbsd-35e47d1d9476fdbf443fddacac01822ae32d2c5e.zip |
Nuke ssl3_default_timeout().
ok "flensing knife"
Diffstat (limited to 'lib/libssl/s3_lib.c')
-rw-r--r-- | lib/libssl/s3_lib.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c index b68aaabbbf8..984e343c95d 100644 --- a/lib/libssl/s3_lib.c +++ b/lib/libssl/s3_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s3_lib.c,v 1.102 2015/09/11 16:50:46 jsing Exp $ */ +/* $OpenBSD: s3_lib.c,v 1.103 2015/09/11 17:32:23 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1896,16 +1896,6 @@ SSL_CIPHER ssl3_ciphers[] = { /* end of list */ }; -long -ssl3_default_timeout(void) -{ - /* - * 2 hours, the 24 hours mentioned in the SSLv3 spec - * is way too long for http, the cache would over fill - */ - return (60 * 60 * 2); -} - int ssl3_num_ciphers(void) { |