From 06fdce3411941982c5665d4152bac396bf648d5f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 21 Nov 2012 23:29:08 +0100 Subject: use the old type for compatibility --- lib/pkix_asn1_tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkix_asn1_tab.c b/lib/pkix_asn1_tab.c index 168eb6ca00..9c56d1d81a 100644 --- a/lib/pkix_asn1_tab.c +++ b/lib/pkix_asn1_tab.c @@ -4,7 +4,7 @@ #include -const asn1_static_node pkix_asn1_tab[] = { +const ASN1_ARRAY_TYPE pkix_asn1_tab[] = { { "PKIX1", 536875024, NULL }, { NULL, 1073741836, NULL }, { "id-pkix", 1879048204, NULL }, -- cgit v1.2.1