summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utctm.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 13:22:35 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 13:22:35 +0000
commit7ab1a391814e588506fe37c162a7cc760a422fd6 (patch)
tree8e25dfafa5ab92266ef4ffdfd5990f19ed1c6be2 /crypto/asn1/a_utctm.c
parent56dde3ebe6df8d925fa2465df9c87ed5506aa107 (diff)
Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.
Diffstat (limited to 'crypto/asn1/a_utctm.c')
-rw-r--r--crypto/asn1/a_utctm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c
index 0a5a8d2753..39b7910972 100644
--- a/crypto/asn1/a_utctm.c
+++ b/crypto/asn1/a_utctm.c
@@ -58,13 +58,13 @@
#include <stdio.h>
#include <time.h>
+#include "cryptlib.h"
+#include <openssl/asn1.h>
#ifdef OPENSSL_SYS_VMS
#include <descrip.h>
#include <lnmdef.h>
#include <starlet.h>
#endif
-#include "cryptlib.h"
-#include <openssl/asn1.h>
#if 0
int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)