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:
c6c3450
)
Really undo the base64 change so that make test survives
author
Bodo Möller
<bodo@openssl.org>
Wed, 18 Aug 1999 16:42:27 +0000
(16:42 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 18 Aug 1999 16:42:27 +0000
(16:42 +0000)
crypto/evp/encode.c
patch
|
blob
|
history
diff --git
a/crypto/evp/encode.c
b/crypto/evp/encode.c
index c532a18eeb00b705496fdefe5f27d3a8bcadfeb0..0152624a7691545fb722e50d75ae2722f7c1ba9e 100644
(file)
--- a/
crypto/evp/encode.c
+++ b/
crypto/evp/encode.c
@@
-291,7
+291,7
@@
int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/* If we are at the end of input and it looks like a
* line, process it. */
- if (((i+1) == inl) && (eof))
+ if (((i+1) == inl) && (
((n&3) == 0) ||
eof))
v=B64_EOF;
if ((v == B64_EOF) || (n >= 64))