diff options
author | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
commit | f3f36611db8c3f6c67c818d454973a0165b0fcf2 (patch) | |
tree | 1fc131e32869e00eb7c87e70bee53fe26bc276b3 /src/pubkey/pk_codecs | |
parent | e65ec3c8aae63d8c1942ce786d3b8c1f68a81e91 (diff) |
Add missing BOTAN_DLL exports.
Move most of the engine headers to internal
Diffstat (limited to 'src/pubkey/pk_codecs')
-rw-r--r-- | src/pubkey/pk_codecs/pkcs8.cpp | 2 | ||||
-rw-r--r-- | src/pubkey/pk_codecs/x509_key.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pubkey/pk_codecs/pkcs8.cpp b/src/pubkey/pk_codecs/pkcs8.cpp index 3d73b7ab1..f287e1e63 100644 --- a/src/pubkey/pk_codecs/pkcs8.cpp +++ b/src/pubkey/pk_codecs/pkcs8.cpp @@ -10,9 +10,9 @@ #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/asn1_obj.h> -#include <botan/pk_algs.h> #include <botan/oids.h> #include <botan/pem.h> +#include <botan/internal/pk_algs.h> #include <memory> namespace Botan { diff --git a/src/pubkey/pk_codecs/x509_key.cpp b/src/pubkey/pk_codecs/x509_key.cpp index 3fec15f7f..fcfb2b165 100644 --- a/src/pubkey/pk_codecs/x509_key.cpp +++ b/src/pubkey/pk_codecs/x509_key.cpp @@ -10,9 +10,9 @@ #include <botan/asn1_obj.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> -#include <botan/pk_algs.h> #include <botan/oids.h> #include <botan/pem.h> +#include <botan/internal/pk_algs.h> #include <memory> namespace Botan { |