We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa073c1 commit 1da763eCopy full SHA for 1da763e
ssl.c
@@ -34,6 +34,9 @@
34
#include "async.h"
35
#include "net.h"
36
37
+#include <openssl/ssl.h>
38
+#include <openssl/err.h>
39
+
40
#include <assert.h>
41
#include <errno.h>
42
#include <string.h>
@@ -52,9 +55,6 @@
52
55
#include <pthread.h>
53
56
#endif
54
57
-#include <openssl/ssl.h>
-#include <openssl/err.h>
-
58
#include "win32.h"
59
#include "async_private.h"
60
#include "hiredis_ssl.h"
0 commit comments