summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-18 16:12:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-18 16:12:56 +0000
commit4730ea8a3852368dd8aac1ae8423a092c2d65fe4 (patch)
treeee82b508ee968047f9f6f02c846290644bd0755b /crypto
parent3e82dfdf2d0d22da64ac4805a09061b1c6de6925 (diff)
Fix from 1.0.0-stable branch.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bss_dgram.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 3f568da142..80d31b199d 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -289,9 +289,6 @@ static int dgram_read(BIO *b, char *out, int outl)
BIO_set_retry_read(b);
data->_errno = get_last_socket_error();
}
-#if 0
- memset(&(data->hstimeout), 0, sizeof(struct timeval));
-#endif
}
}
return(ret);