aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pbkdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pbkdf/pbkdf.h')
-rw-r--r--src/lib/pbkdf/pbkdf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/pbkdf/pbkdf.h b/src/lib/pbkdf/pbkdf.h
index 63a8a82f0..3abac0896 100644
--- a/src/lib/pbkdf/pbkdf.h
+++ b/src/lib/pbkdf/pbkdf.h
@@ -9,8 +9,6 @@
#define BOTAN_PBKDF_H__
#include <botan/symkey.h>
-#include <botan/scan_name.h>
-#include <botan/scan_name.h>
#include <botan/exceptn.h>
#include <chrono>
@@ -39,8 +37,6 @@ class BOTAN_DLL PBKDF
*/
static std::vector<std::string> providers(const std::string& algo_spec);
- typedef SCAN_Name Spec;
-
/**
* @return new instance of this same algorithm
*/