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:
647cfb9
)
Incorrect patching removed.
author
Richard Levitte
<levitte@openssl.org>
Thu, 12 Jun 2003 06:56:45 +0000
(06:56 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 12 Jun 2003 06:56:45 +0000
(06:56 +0000)
crypto/bio/bf_buff.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bf_buff.c
b/crypto/bio/bf_buff.c
index eee4205ce1a17b867e3ecfa125f15daec41a159e..096b84ca8987596efd2e5621c98326d6ef664f6f 100644
(file)
--- a/
crypto/bio/bf_buff.c
+++ b/
crypto/bio/bf_buff.c
@@
-169,7
+169,6
@@
start:
if (i <= 0)
{
BIO_copy_next_retry(b);
- *buf='\0';
if (i < 0) return((num > 0)?num:i);
if (i == 0) return(num);
}