diff options
author | Jack Lloyd <[email protected]> | 2016-07-04 18:41:21 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-07-04 18:41:21 -0400 |
commit | 5b1b69e2b6907bb30a1a310a4daf97e90b628a03 (patch) | |
tree | e3ac9941a517017d82e3a2dec2d3762304b63d72 /src/tests | |
parent | 360a3a50cda6b9eb7e2c001eb2bc397a0ed7b975 (diff) | |
parent | 8d66358264377ff4fe17427490b79276d205e742 (diff) |
Merge GH #522 Update BSI policy, fix TLS
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_ecies.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp index 0ef7ca317..68edf71be 100644 --- a/src/tests/test_ecies.cpp +++ b/src/tests/test_ecies.cpp @@ -101,6 +101,8 @@ void check_encrypt_decrypt(Test::Result& result, const Botan::ECDH_PrivateKey& p plaintext, std::vector<byte>()); } +#if defined(BOTAN_HAS_KDF1_18033) + class ECIES_ISO_Tests : public Text_Based_Test { public: @@ -197,6 +199,7 @@ class ECIES_ISO_Tests : public Text_Based_Test BOTAN_REGISTER_TEST("ecies-iso", ECIES_ISO_Tests); +#endif class ECIES_Tests : public Text_Based_Test { |