reorder includes so openssl includes fix X509_NAME on windows
This commit is contained in:
+5
-5
@@ -32,11 +32,6 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <openssl/des.h>
|
|
||||||
#include <openssl/pem.h>
|
|
||||||
#include <openssl/pkcs12.h>
|
|
||||||
#include <openssl/rand.h>
|
|
||||||
|
|
||||||
#if BACKEND_PCSC
|
#if BACKEND_PCSC
|
||||||
#if defined HAVE_PCSC_WINSCARD_H
|
#if defined HAVE_PCSC_WINSCARD_H
|
||||||
# include <PCSC/wintypes.h>
|
# include <PCSC/wintypes.h>
|
||||||
@@ -46,6 +41,11 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <openssl/des.h>
|
||||||
|
#include <openssl/pem.h>
|
||||||
|
#include <openssl/pkcs12.h>
|
||||||
|
#include <openssl/rand.h>
|
||||||
|
|
||||||
#include "cmdline.h"
|
#include "cmdline.h"
|
||||||
|
|
||||||
unsigned const char aid[] = {
|
unsigned const char aid[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user