File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 18
18
19
19
#ifdef MONGOC_ENABLE_SSL_SECURE_TRANSPORT
20
20
21
+ #include <Security/Security.h>
22
+ #include <Security/SecureTransport.h>
23
+ #include <CoreFoundation/CoreFoundation.h>
24
+
25
+
21
26
#include <bson.h>
22
27
23
28
#include "mongoc-trace-private.h"
24
29
#include "mongoc-log.h"
25
- #include "mongoc-stream-tls.h"
26
- #include "mongoc-stream-tls-private.h"
27
- #include "mongoc-stream-private.h"
28
- #include "mongoc-stream-tls-secure-transport-private.h"
29
30
#include "mongoc-secure-transport-private.h"
30
31
#include "mongoc-ssl.h"
31
32
#include "mongoc-error.h"
32
33
#include "mongoc-counters-private.h"
33
-
34
- #include <Security/Security.h>
35
- #include <Security/SecureTransport.h>
36
- #include <CoreFoundation/CoreFoundation.h>
34
+ #include "mongoc-stream-tls.h"
35
+ #include "mongoc-stream-tls-private.h"
36
+ #include "mongoc-stream-private.h"
37
+ #include "mongoc-stream-tls-secure-transport-private.h"
37
38
38
39
#undef MONGOC_LOG_DOMAIN
39
40
#define MONGOC_LOG_DOMAIN "stream-tls-secure_transport"
Original file line number Diff line number Diff line change 18
18
19
19
#ifdef MONGOC_ENABLE_SSL
20
20
21
- #include <bson.h>
22
-
23
21
#include <errno.h>
24
22
#include <string.h>
25
- #include "mongoc-stream-tls.h"
26
- #include "mongoc-stream-tls-private.h"
27
- #include "mongoc-stream-private.h"
23
+ #include <bson.h>
24
+
28
25
#include "mongoc-log.h"
29
26
#include "mongoc-trace-private.h"
30
27
#include "mongoc-error.h"
31
28
29
+ #include "mongoc-stream-tls-private.h"
30
+ #include "mongoc-stream-private.h"
32
31
#if defined(MONGOC_ENABLE_SSL_OPENSSL )
33
32
# include "mongoc-stream-tls-openssl.h"
34
33
# include "mongoc-openssl-private.h"
42
41
# include "mongoc-secure-channel-private.h"
43
42
# include "mongoc-stream-tls-secure-channel.h"
44
43
#endif
44
+ #include "mongoc-stream-tls.h"
45
45
46
46
#undef MONGOC_LOG_DOMAIN
47
47
#define MONGOC_LOG_DOMAIN "stream-tls"
You can’t perform that action at this time.
0 commit comments