From 72719f52640d2ac3ff00fce46a72082e5938d212 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 11 Sep 2015 22:44:45 -0400 Subject: Fix pbkdf, pk padding and ECDH registration for static linking. With this change the tests pass when linked against a static library built in the normal (non-amalgamation) fashion. Remove the restriction in configure.py, and have circleci build the clang static build as a non-amalg. --- src/lib/kdf/kdf.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/kdf/kdf.cpp') diff --git a/src/lib/kdf/kdf.cpp b/src/lib/kdf/kdf.cpp index 89bb8d58a..836e9b982 100644 --- a/src/lib/kdf/kdf.cpp +++ b/src/lib/kdf/kdf.cpp @@ -34,6 +34,8 @@ namespace Botan { +KDF::~KDF() {} + KDF* get_kdf(const std::string& algo_spec) { SCAN_Name request(algo_spec); -- cgit v1.2.3