提交 6e4a3b55 编写于 作者: B Bodo Möller

Really undo the base64 change so that make test survives

上级 c6c34506
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册