[pki] more ASN.1 parser improvements

This commit is contained in:
Pete Batard 2017-09-05 22:21:34 +01:00
parent 94e4c0905b
commit 9464ae94a4
3 changed files with 43 additions and 29 deletions

View file

@ -531,7 +531,7 @@ LONG ValidateSignature(HWND hDlg, const char* path)
} else {
update_ts = GetSignatureTimeStamp(path);
if (update_ts < current_ts) {
uprintf("PKI: Update timestamp (%" PRIi64 ") is younger than ours (%" PRIi64 ")! - Aborting update", update_ts, current_ts);
uprintf("PKI: Update timestamp (%" PRIi64 ") is younger than ours (%" PRIi64 ") - Aborting update", update_ts, current_ts);
r = TRUST_E_TIME_STAMP;
}
}