aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-16 17:44:46 +0000
committerlloyd <[email protected]>2013-03-16 17:44:46 +0000
commit6982cf184cf4a51a54d781aba8f8a4e05d25a49c (patch)
treec97da2d236f83e25f2b636c7635b29f65283150d /checks/validate.cpp
parent3b6eac4497ecf68053d28dd7f84056ee469129d7 (diff)
parent09f961ac72d2a1266156ac98e85248610789763c (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.cpp3
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;
}