aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/ocsp.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-14 09:14:24 -0500
committerJack Lloyd <[email protected]>2017-11-14 16:19:43 -0500
commitce9326bef92b2ef4cd93a1de232b0daec0357a3f (patch)
tree8d17e990e99cc7e66559d21cab3d5d84d192544a /src/lib/x509/ocsp.h
parentf66fd9c12ff7d64c925e73be12a27135790994c3 (diff)
Move X509_DN and AlternativeName from asn1 to x509
Diffstat (limited to 'src/lib/x509/ocsp.h')
-rw-r--r--src/lib/x509/ocsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/ocsp.h b/src/lib/x509/ocsp.h
index 254de5038..33177dc59 100644
--- a/src/lib/x509/ocsp.h
+++ b/src/lib/x509/ocsp.h
@@ -10,6 +10,7 @@
#include <botan/cert_status.h>
#include <botan/ocsp_types.h>
+#include <botan/x509_dn.h>
namespace Botan {