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/wrap/perl-xs/Botan.xs | |
parent | 16b683616497d764f299656bc5d9f0958de5c172 (diff) |
Rename the base64 filter and macro names in prep for adding
standalone/Pipe-free versions of it
Diffstat (limited to 'src/wrap/perl-xs/Botan.xs')
-rw-r--r-- | src/wrap/perl-xs/Botan.xs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wrap/perl-xs/Botan.xs b/src/wrap/perl-xs/Botan.xs index 5268a96d1..fc0c00ff5 100644 --- a/src/wrap/perl-xs/Botan.xs +++ b/src/wrap/perl-xs/Botan.xs @@ -12,9 +12,7 @@ extern "C" { #include <botan/asn1_obj.h> #include <botan/asn1_oid.h> -#include <botan/base64.h> -#include <botan/basefilt.h> -#include <botan/hex_filt.h> +#include <botan/filters.h> #include <botan/init.h> #include <botan/oids.h> #include <botan/x509cert.h> |