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:
80340f1
)
increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)
author
Bodo Möller
<bodo@openssl.org>
Fri, 1 Jun 2001 08:38:29 +0000
(08:38 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 1 Jun 2001 08:38:29 +0000
(08:38 +0000)
crypto/bio/bf_buff.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bf_buff.c
b/crypto/bio/bf_buff.c
index f50e8f98a3dababc89e12c63de8ddb8a4b83f770..c90238bae1e1cddb101a41230f43079b0bf7e60e 100644
(file)
--- a/
crypto/bio/bf_buff.c
+++ b/
crypto/bio/bf_buff.c
@@
-70,7
+70,7
@@
static long buffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
static int buffer_new(BIO *h);
static int buffer_free(BIO *data);
static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
-#define DEFAULT_BUFFER_SIZE
1024
+#define DEFAULT_BUFFER_SIZE
4096
static BIO_METHOD methods_buffer=
{