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 df74526 commit d1b6162Copy full SHA for d1b6162
README.md
@@ -54,6 +54,7 @@ SSL Support
54
SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked.
55
56
NOTE: cpp-httplib currently supports only version 1.1.1 and 3.0.
57
+NOTE for macOS: cpp-httplib now uses system certs. `CoreFoundation` and `Security` should be linked with `-framework`.
58
59
```c++
60
#define CPPHTTPLIB_OPENSSL_SUPPORT
0 commit comments