diff options
author | lloyd <[email protected]> | 2010-10-27 18:40:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-27 18:40:05 +0000 |
commit | 7bd608843d0b68c989493552b4ab891f984bc171 (patch) | |
tree | 5a344cde6c365809f821e021dbe1f288c6f98174 /src/constructs | |
parent | 16b683616497d764f299656bc5d9f0958de5c172 (diff) |
Rename the base64 filter and macro names in prep for adding
standalone/Pipe-free versions of it
Diffstat (limited to 'src/constructs')
-rw-r--r-- | src/constructs/passhash/passhash9.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/passhash/passhash9.cpp b/src/constructs/passhash/passhash9.cpp index a3dcba82d..e5f379052 100644 --- a/src/constructs/passhash/passhash9.cpp +++ b/src/constructs/passhash/passhash9.cpp @@ -9,7 +9,7 @@ #include <botan/loadstor.h> #include <botan/libstate.h> #include <botan/pbkdf2.h> -#include <botan/base64.h> +#include <botan/b64_filt.h> #include <botan/pipe.h> namespace Botan { |