summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2014-09-23 20:00:06 +0200
committerKai Engert <kaie@kuix.de>2014-09-23 20:00:06 +0200
commit3858f843e4bb3196142139860e39199ab6f2bd4d (patch)
treeb479169a2ee3753073610640c9174c1917059f8b
parent6ac1eb68de3bdae4e57f2f70f35f21ef096289c9 (diff)
downloadnss-hg-3858f843e4bb3196142139860e39199ab6f2bd4d.tar.gz
Bug 1064636, follow up commit to fix Windows build bustage
-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,