aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/ocsp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-11-06 14:59:48 +0000
committerlloyd <[email protected]>2012-11-06 14:59:48 +0000
commit2458460b4478b7464dede87dc3beff8ea2838789 (patch)
treef399cb8e116b48d03909ae75b3e66a29c59ad0aa /src/cert/ocsp
parent6b075b7655d818a29ce5c8168cd22e3bc30f219c (diff)
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
asn1_time.h
Diffstat (limited to 'src/cert/ocsp')
-rw-r--r--src/cert/ocsp/ocsp_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cert/ocsp/ocsp_types.h b/src/cert/ocsp/ocsp_types.h
index 5a5beb567..e51089aca 100644
--- a/src/cert/ocsp/ocsp_types.h
+++ b/src/cert/ocsp/ocsp_types.h
@@ -9,6 +9,7 @@
#define BOTAN_OCSP_TYPES_H__
#include <botan/x509cert.h>
+#include <botan/asn1_time.h>
#include <botan/bigint.h>
namespace Botan {