diff options
author | lloyd <[email protected]> | 2013-12-25 22:15:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-25 22:15:32 +0000 |
commit | e4987a3b83a6ae95fee839ab84c70f1f1da2bc88 (patch) | |
tree | 2947466e739f10ddba30a85a6db11cb62941acf6 /src/passhash/bcrypt/bcrypt.cpp | |
parent | e72c0d999d0784ce2610e4bed471f4483da72943 (diff) |
Move add_alias and deref_alias from Library_State to SCAN_Name
Diffstat (limited to 'src/passhash/bcrypt/bcrypt.cpp')
-rw-r--r-- | src/passhash/bcrypt/bcrypt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/passhash/bcrypt/bcrypt.cpp b/src/passhash/bcrypt/bcrypt.cpp index eeb99399f..5ee75f4ed 100644 --- a/src/passhash/bcrypt/bcrypt.cpp +++ b/src/passhash/bcrypt/bcrypt.cpp @@ -7,7 +7,6 @@ #include <botan/bcrypt.h> #include <botan/loadstor.h> -#include <botan/libstate.h> #include <botan/blowfish.h> #include <botan/base64.h> |