Add a log message if manifest is valid.

This commit is contained in:
Ryan C. Gordon 2017-06-04 02:23:49 -04:00
parent a761684a23
commit 749e17ab1d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}