mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[ssl] Change order of includes
There was compilation failure on win32.
This commit is contained in:
parent
cb39af36ee
commit
0fbec94494
@ -5,8 +5,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_OPENSSL
|
#ifdef CONFIG_OPENSSL
|
||||||
#include <openssl/ssl.h>
|
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
|
#include <openssl/ssl.h>
|
||||||
#define USE_OPENSSL
|
#define USE_OPENSSL
|
||||||
#elif defined(CONFIG_NSS_COMPAT_OSSL)
|
#elif defined(CONFIG_NSS_COMPAT_OSSL)
|
||||||
#include <nss_compat_ossl/nss_compat_ossl.h>
|
#include <nss_compat_ossl/nss_compat_ossl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user