From 048f31109fc81ed6340df2c7a6145b79b994985b Mon Sep 17 00:00:00 2001 From: Yuji Hirose Date: Tue, 10 Dec 2019 13:14:23 -0500 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a63b53f..60e8cf9 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,8 @@ This feature was contributed by [underscorediscovery](https://github.com/yhirose ### Authentication +NOTE: OpenSSL is required for Digest Authentication, since cpp-httplib uses message digest functions in OpenSSL. + ```cpp httplib::Client cli("httplib.org"); cli.set_auth("user", "pass");