diff options
author | lloyd <[email protected]> | 2013-03-16 17:44:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-16 17:44:46 +0000 |
commit | 6982cf184cf4a51a54d781aba8f8a4e05d25a49c (patch) | |
tree | c97da2d236f83e25f2b636c7635b29f65283150d /checks/validate.cpp | |
parent | 3b6eac4497ecf68053d28dd7f84056ee469129d7 (diff) | |
parent | 09f961ac72d2a1266156ac98e85248610789763c (diff) |
propagate from branch 'net.randombit.botan' (head 039c91aa543bad85f227e8127ed048f9005e2fa0)
to branch 'net.randombit.botan.aead-modes' (head 97d8d24b545f18084e39bf928c174c45efbb63bd)
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 388d4940e..60fd729e3 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -416,6 +416,9 @@ u32bit do_validation_tests(const std::string& filename, errors++; } + if(should_pass) + test_ocb(); + return errors; } |