diff options
author | lloyd <[email protected]> | 2010-10-13 14:58:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 14:58:58 +0000 |
commit | 6e85766cf001183e160c8ca2c0ed3eb40f07125c (patch) | |
tree | df11b301786829bc2f6f545038ec97c2269154d9 /src/cert | |
parent | fcd3aba1ff6b8597b31165474573dbb339479c14 (diff) | |
parent | bb53c6169463a67cc751625cb0a2c47df129a2ab (diff) |
propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a248e2d44c636e40)
to branch 'net.randombit.botan.c++0x' (head 227a989ae94da8f4379ea4b9b0fc0ee8dbdde0c7)
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/pkcs10/pkcs10.h | 1 | ||||
-rw-r--r-- | src/cert/x509cert/x509cert.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cert/pkcs10/pkcs10.h b/src/cert/pkcs10/pkcs10.h index d1be9e0d3..bd01fb6b5 100644 --- a/src/cert/pkcs10/pkcs10.h +++ b/src/cert/pkcs10/pkcs10.h @@ -9,6 +9,7 @@ #define BOTAN_PKCS10_H__ #include <botan/x509_obj.h> +#include <botan/x509_dn.h> #include <botan/pkcs8.h> #include <botan/datastor.h> #include <vector> diff --git a/src/cert/x509cert/x509cert.h b/src/cert/x509cert/x509cert.h index dc7ef4dbb..754553f3d 100644 --- a/src/cert/x509cert/x509cert.h +++ b/src/cert/x509cert/x509cert.h @@ -9,6 +9,7 @@ #define BOTAN_X509_CERTS_H__ #include <botan/x509_obj.h> +#include <botan/x509_dn.h> #include <botan/x509_key.h> #include <botan/datastor.h> #include <botan/pubkey_enums.h> |