diff options
author | lloyd <[email protected]> | 2010-10-13 12:37:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 12:37:12 +0000 |
commit | 85a504e310666f270a3a67edf4cdac06c34c61b9 (patch) | |
tree | 3a5e88794a6ce462602b97610b770019bc78118c /src/cert/pkcs10 | |
parent | b295e186a4681c6c9a96b469e66656dc1f660be7 (diff) |
Split some of the ASN.1 types into their own headers
Diffstat (limited to 'src/cert/pkcs10')
-rw-r--r-- | src/cert/pkcs10/pkcs10.h | 1 |
1 files changed, 1 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> |