Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.
This commit is contained in:
parent
56dde3ebe6
commit
7ab1a39181
2 changed files with 3 additions and 3 deletions
|
@ -58,13 +58,13 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include "cryptlib.h"
|
||||||
|
#include <openssl/asn1.h>
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
#include <descrip.h>
|
#include <descrip.h>
|
||||||
#include <lnmdef.h>
|
#include <lnmdef.h>
|
||||||
#include <starlet.h>
|
#include <starlet.h>
|
||||||
#endif
|
#endif
|
||||||
#include "cryptlib.h"
|
|
||||||
#include <openssl/asn1.h>
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)
|
int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
|
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
|
||||||
#ifdef OPENSSL_UNISTD
|
#ifdef OPENSSL_UNISTD
|
||||||
# include OPENSSL_UNISTD
|
# include OPENSSL_UNISTD
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue