The unified diff between revisions [695f5995..] and [b597326f..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'checks/check.cpp'
# # # patch "checks/check.cpp" # from [f206b6011fc0d8f6400fa947062d727a40c9eaa2] # to [858102eef93ac95db9cec261e401800c6fcb1204] # ============================================================ --- checks/check.cpp f206b6011fc0d8f6400fa947062d727a40c9eaa2 +++ checks/check.cpp 858102eef93ac95db9cec261e401800c6fcb1204 @@ -1,7 +1,5 @@ /* * Test Driver for Botan - * - * This file is in the public domain */ #include <vector> @@ -20,7 +18,6 @@ using namespace Botan_types; #include "getopt.h" - const std::string VALIDATION_FILE = "checks/validate.dat"; const std::string BIGINT_VALIDATION_FILE = "checks/mp_valid.dat"; const std::string PK_VALIDATION_FILE = "checks/pk_valid.dat";