diff options
author | lloyd <[email protected]> | 2013-03-14 19:07:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-14 19:07:38 +0000 |
commit | 3d4daa8f11c1ba664a2854d0c372bef4cbd54e19 (patch) | |
tree | e6f4049b8d1bf958c752c05ae061eb634e0af738 /checks/validate.cpp | |
parent | 261a665b1be34f07d5012eed5f6090fd85dd8479 (diff) |
OCB decryption
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 55af920cd..2126f8a10 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -416,7 +416,8 @@ u32bit do_validation_tests(const std::string& filename, errors++; } - test_ocb(); + if(should_pass) + test_ocb(); return errors; } |