summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-01 12:17:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-01 12:17:18 +0000
commitd7501c16bf3933ba4e1e0851ccf45384eeb7e2d0 (patch)
tree644b382569f7cb71c195fb6cb87658f8e1f41de6 /crypto
parent804196a418fc0ec6ceb936cc68057bf39312ead1 (diff)
Yes it is a typo ;-)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/m_sigver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c
index d98455eaad..f0b7f95059 100644
--- a/crypto/evp/m_sigver.c
+++ b/crypto/evp/m_sigver.c
@@ -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;