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:
c2edb62
)
Remove debugging output that wasn't supposed to be committed in the first place.
author
Richard Levitte
<levitte@openssl.org>
Wed, 11 Jun 2003 18:46:22 +0000
(18:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 11 Jun 2003 18:46:22 +0000
(18:46 +0000)
crypto/bio/bf_buff.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bf_buff.c
b/crypto/bio/bf_buff.c
index 3226f5faf99c335bac58e70562b8ef6515ae35e4..eee4205ce1a17b867e3ecfa125f15daec41a159e 100644
(file)
--- a/
crypto/bio/bf_buff.c
+++ b/
crypto/bio/bf_buff.c
@@
-497,8
+497,6
@@
static int buffer_gets(BIO *b, char *buf, int size)
{
BIO_copy_next_retry(b);
*buf='\0';
- fprintf(stderr, "DEBUG[buffer_gets]: i = %d\n",
- i);
if (i < 0) return((num > 0)?num:i);
if (i == 0) return(num);
}