Yuji Hirose преди 6 години
родител
ревизия
048f31109f
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      README.md

+ 2 - 0
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");