aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/pkcs10
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-13 12:37:12 +0000
committerlloyd <[email protected]>2010-10-13 12:37:12 +0000
commit85a504e310666f270a3a67edf4cdac06c34c61b9 (patch)
tree3a5e88794a6ce462602b97610b770019bc78118c /src/cert/pkcs10
parentb295e186a4681c6c9a96b469e66656dc1f660be7 (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.h1
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>