summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-12-13 18:15:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-12-13 18:15:28 +0000
commitd7d5a55d222d17defc09aeb3947e7d5c8cdf36a5 (patch)
tree0b6ce951d8ab2eba69a53a0568dffa154861cb65 /crypto/asn1/x_crl.c
parentcc4c23065352d8c43e5ba863631e68c315cb84c8 (diff)
Support routines for ASN1 scanning function, doesn't do much yet.
Diffstat (limited to 'crypto/asn1/x_crl.c')
-rw-r--r--crypto/asn1/x_crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/x_crl.c b/crypto/asn1/x_crl.c
index c51c690ba9..137aa2180f 100644
--- a/crypto/asn1/x_crl.c
+++ b/crypto/asn1/x_crl.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include "cryptlib.h"
-#include "asn1_locl.h"
#include <openssl/asn1t.h>
+#include "asn1_locl.h"
#include <openssl/x509.h>
#include <openssl/x509v3.h>