Yes it is a typo ;-)
This commit is contained in:
parent
804196a418
commit
d7501c16bf
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user