aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/perl-xs/Botan.xs
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/wrap/perl-xs/Botan.xs
parent6b075b7655d818a29ce5c8168cd22e3bc30f219c (diff)
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
asn1_time.h
Diffstat (limited to 'src/wrap/perl-xs/Botan.xs')
-rw-r--r--src/wrap/perl-xs/Botan.xs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrap/perl-xs/Botan.xs b/src/wrap/perl-xs/Botan.xs
index fc0c00ff5..135da0d5d 100644
--- a/src/wrap/perl-xs/Botan.xs
+++ b/src/wrap/perl-xs/Botan.xs
@@ -10,7 +10,8 @@ extern "C" {
}
#endif
-#include <botan/asn1_obj.h>
+#include <botan/alg_id.h>
+#include <botan/asn1_alt_name.h>
#include <botan/asn1_oid.h>
#include <botan/filters.h>
#include <botan/init.h>