提交 7ab1a391 编写于 作者: R Richard Levitte

Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS

get a chance to be defined.
上级 56dde3eb
...@@ -58,13 +58,13 @@ ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册