diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-11-03 14:03:55 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2013-11-03 14:06:10 +0100 |
commit | d63c7643fd7749de1723ce1adc5907fed1c1a11c (patch) | |
tree | e849392b599e13df8d6b3c82ba562a8f50ca94fb /verifier_test.cpp | |
parent | Fix updater makefiles (diff) | |
download | android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.gz android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.bz2 android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.lz android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.xz android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.zst android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.zip |
Diffstat (limited to '')
-rw-r--r-- | verifier_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/verifier_test.cpp b/verifier_test.cpp index 1063cbae5..20aa3d1de 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp @@ -18,7 +18,9 @@ #include <stdlib.h> #include <stdarg.h> +/* #include "common.h" +*/ #include "verifier.h" #include "ui.h" #include "mincrypt/sha.h" @@ -163,7 +165,10 @@ int main(int argc, char **argv) { ui = new FakeUI(); +/* int result = verify_file(*argv, cert, num_keys); +*/ + int result = verify_file(*argv); if (result == VERIFY_SUCCESS) { printf("VERIFIED\n"); return 0; |