diff options
author | lloyd <[email protected]> | 2014-01-18 23:44:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-18 23:44:52 +0000 |
commit | f8ff9cf9ec97a63d6947d80209fa72cff23cadf6 (patch) | |
tree | 29b456a506fe7a1a2160a1439a080e33d9ad09b9 /src/lib/kdf/kdf.cpp | |
parent | 2f6e209b41f6c9b403e94028f7026866880f3ce1 (diff) |
Fix algo factory compile
Diffstat (limited to 'src/lib/kdf/kdf.cpp')
-rw-r--r-- | src/lib/kdf/kdf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdf/kdf.cpp b/src/lib/kdf/kdf.cpp index 84a0cdd15..39ef9db13 100644 --- a/src/lib/kdf/kdf.cpp +++ b/src/lib/kdf/kdf.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/lookup.h> +#include <botan/kdf.h> #include <botan/libstate.h> #include <botan/scan_name.h> |