mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Revert "Add additional note for SSL support"
This reverts commit 86ec676408
.
This commit is contained in:
parent
86ec676408
commit
222f49a125
1 changed files with 3 additions and 3 deletions
|
@ -187,10 +187,10 @@ auto res = cli.Get("/range/32", headers);
|
||||||
// res->body should be "bcdefghijk".
|
// res->body should be "bcdefghijk".
|
||||||
```
|
```
|
||||||
|
|
||||||
OpenSSL 1.0.2 Support
|
OpenSSL Support
|
||||||
---------------------
|
---------------
|
||||||
|
|
||||||
SSL (OpenSSL 1.0.2) support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked.
|
SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked.
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue