提交 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)
unsigned int mdlen;
int vctx;
/* FIXME: surely this should test verifyctx? (Ben 29/12/08) */
if (ctx->pctx->pmeth->signctx)
if (ctx->pctx->pmeth->verifyctx)
vctx = 1;
else
vctx = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册