mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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");
|
||||
}
|
||||
|
||||
info("Manifest signature appears to be valid");
|
||||
rsa_free(&key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue