From 348d032029df59c6ccb2f01082541db1cc0c44ee Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 19 Apr 2022 23:02:30 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85900f2..cb4d802 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ SSL Support SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcrypto` should be linked. -NOTE: cpp-httplib currently supports only version 1.1.1. +NOTE: cpp-httplib currently supports only version 1.1.1 and 3.0. ```c++ #define CPPHTTPLIB_OPENSSL_SUPPORT