mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Add a log message if manifest is valid.
This commit is contained in:
parent
a761684a23
commit
749e17ab1d
1 changed files with 1 additions and 0 deletions
|
@ -666,6 +666,7 @@ static void verifySignature(const char *fname, const char *sigfname, const char
|
||||||
die("Manifest is incomplete, corrupt, or compromised");
|
die("Manifest is incomplete, corrupt, or compromised");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
info("Manifest signature appears to be valid");
|
||||||
rsa_free(&key);
|
rsa_free(&key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue