summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-16 11:14:55 +0000
commitf99c9daa390389a0a45e7995757d080692cccba9 (patch)
tree2926e5cef70a620e5e0c927a0007991ce3146e1d /crypto/bio
parent019b3f3e5a180946f29120ed0c589b9be67478ce (diff)
Make the stuff compile again, fix missing prototype warnings.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_dgram.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 1e4666822f..3d08102ea3 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -289,7 +289,9 @@ 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);