diff options
Diffstat (limited to 'verifier_test.cpp')
-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; |