summaryrefslogtreecommitdiff
path: root/lib/cryptohi
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2014-09-23 19:39:40 +0200
committerKai Engert <kaie@kuix.de>2014-09-23 19:39:40 +0200
commit7f32da5b641054f5d54d01ad0d30dee678a80f4a (patch)
treece67580688fd31e767fd05746e193b31d1200a95 /lib/cryptohi
parent8740f4d0664561ff4ec23206c3baa7e9ebad56ab (diff)
downloadnss-hg-7f32da5b641054f5d54d01ad0d30dee678a80f4a.tar.gz
Bug 1064636, follow up commit to fix Windows build bustage
Diffstat (limited to 'lib/cryptohi')
-rw-r--r--lib/cryptohi/secvfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cryptohi/secvfy.c b/lib/cryptohi/secvfy.c
index c1b4a6273..c869167cd 100644
--- a/lib/cryptohi/secvfy.c
+++ b/lib/cryptohi/secvfy.c
@@ -600,8 +600,8 @@ VFY_EndWithSignature(VFYContext *cx, SECItem *sig)
digest.data = final;
digest.len = part;
if (sig) {
- PORT_Assert(cx->hashAlg != SEC_OID_UNKNOWN);
SECOidTag hashid;
+ PORT_Assert(cx->hashAlg != SEC_OID_UNKNOWN);
rv = recoverPKCS1DigestInfo(cx->hashAlg, &hashid,
&cx->pkcs1RSADigestInfo,
&cx->pkcs1RSADigestInfoLen,