Skip to content

Commit 1da763e

Browse files
mGaosimichael-grunder
authored andcommitted
Fix OPENSSL_IS_BORINGSSL define check on windows
1 parent fa073c1 commit 1da763e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ssl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#include "async.h"
3535
#include "net.h"
3636

37+
#include <openssl/ssl.h>
38+
#include <openssl/err.h>
39+
3740
#include <assert.h>
3841
#include <errno.h>
3942
#include <string.h>
@@ -52,9 +55,6 @@
5255
#include <pthread.h>
5356
#endif
5457

55-
#include <openssl/ssl.h>
56-
#include <openssl/err.h>
57-
5858
#include "win32.h"
5959
#include "async_private.h"
6060
#include "hiredis_ssl.h"

0 commit comments

Comments
 (0)