mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
Add additional note for SSL support
This commit is contained in:
parent
85a30e73a5
commit
86ec676408
@ -187,10 +187,10 @@ auto res = cli.Get("/range/32", headers);
|
||||
// res->body should be "bcdefghijk".
|
||||
```
|
||||
|
||||
OpenSSL Support
|
||||
---------------
|
||||
OpenSSL 1.0.2 Support
|
||||
---------------------
|
||||
|
||||
SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked.
|
||||
SSL (OpenSSL 1.0.2) support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked.
|
||||
|
||||
```c++
|
||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user