summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 15:12:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-08-19 21:55:07 +0100
commit904348a4922333106b613754136305db229475ea (patch)
tree3629309195cccab1addcd54cffafc6fc5db971e4 /crypto/asn1/x_crl.c
parentaaaa18392d102c713b3614eaea684f132446fec7 (diff)
Time difference functions.
Backport of ASN1_TIME_diff and OPENSSL_gmtime_diff functions from master branch.
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 e1ea9f3154..a4dfee8473 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>