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:
4b21c20
)
Fix from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 28 Apr 2005 00:22:00 +0000
(
00:22
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 28 Apr 2005 00:22:00 +0000
(
00:22
+0000)
crypto/evp/bio_enc.c
patch
|
blob
|
history
diff --git
a/crypto/evp/bio_enc.c
b/crypto/evp/bio_enc.c
index ab8185150344057706acd29fefd0185e050793ec..b8cda1a9f07238a2b79653acd237f521c579173a 100644
(file)
--- a/
crypto/evp/bio_enc.c
+++ b/
crypto/evp/bio_enc.c
@@
-71,7
+71,7
@@
static int enc_new(BIO *h);
static int enc_free(BIO *data);
static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
#define ENC_BLOCK_SIZE (1024*4)
-#define BUF_OFFSET
EVP_MAX_BLOCK_LENGTH
+#define BUF_OFFSET
(EVP_MAX_BLOCK_LENGTH*2)
typedef struct enc_struct
{