diff options
author | lloyd <[email protected]> | 2006-07-01 18:27:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-01 18:27:15 +0000 |
commit | 2918cddd64d72f4ce67c3ae00e981068e813d7ad (patch) | |
tree | 6475175d518e8b18623d2b6c965e4f7781565ba4 /src/pkcs8.cpp | |
parent | 4f54b59f172b7ae18a2e34938c9e504367870f0d (diff) |
More config.h include fixes
Diffstat (limited to 'src/pkcs8.cpp')
-rw-r--r-- | src/pkcs8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp index 72fcb41e4..32408eb43 100644 --- a/src/pkcs8.cpp +++ b/src/pkcs8.cpp @@ -8,7 +8,7 @@ #include <botan/ber_dec.h> #include <botan/asn1_obj.h> #include <botan/pk_algs.h> -#include <botan/conf.h> +#include <botan/config.h> #include <botan/oids.h> #include <botan/pem.h> #include <botan/pbe.h> |