提交 fecef707 编写于 作者: D Dr. Stephen Henson

Yes it is a typo ;-)

上级 b48315d9
...@@ -179,8 +179,7 @@ int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen) ...@@ -179,8 +179,7 @@ int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen)
unsigned int mdlen; unsigned int mdlen;
int vctx; int vctx;
/* FIXME: surely this should test verifyctx? (Ben 29/12/08) */ if (ctx->pctx->pmeth->verifyctx)
if (ctx->pctx->pmeth->signctx)
vctx = 1; vctx = 1;
else else
vctx = 0; vctx = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册