From 261a665b1be34f07d5012eed5f6090fd85dd8479 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 14 Mar 2013 18:02:26 +0000 Subject: Add OCB mode, currently encrypt only, and an AEAD interface --- checks/validate.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checks/validate.cpp') diff --git a/checks/validate.cpp b/checks/validate.cpp index 48bc6bd87..55af920cd 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -416,6 +416,8 @@ u32bit do_validation_tests(const std::string& filename, errors++; } + test_ocb(); + return errors; } -- cgit v1.2.3