projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0454f2c
)
Delete line which should have gone with PR#1922.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 18 May 2009 16:11:58 +0000
(16:11 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 18 May 2009 16:11:58 +0000
(16:11 +0000)
crypto/bio/bss_dgram.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_dgram.c
b/crypto/bio/bss_dgram.c
index 3f568da142dbf8590ed98a99ee2f558d82e0dda7..80d31b199de984076985e072072594780a5031c2 100644
(file)
--- 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);