diff options
author | Daniel Neus <[email protected]> | 2016-08-19 23:26:25 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-08-20 15:08:49 +0200 |
commit | c6e1dbe76d72c0d2b5bf6009acad4ac944050841 (patch) | |
tree | 5a7ab2114f631a0fdb58f3ddcc2cb120a5771f50 /src/tests/tests.h | |
parent | bcce9b9a2aff295aa43dd95495bfcf3c918a3967 (diff) |
fix minimized build when pkcs11 module enabled
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index b33b2837f..39aaf67cd 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -225,6 +225,8 @@ class Test bool test_rc(const std::string& func, int expected, int rc); + bool test_ne(const std::string& what, size_t produced, size_t expected); + #if defined(BOTAN_HAS_BIGINT) bool test_eq(const std::string& what, const BigInt& produced, const BigInt& expected); bool test_ne(const std::string& what, const BigInt& produced, const BigInt& expected); |