1
0
Yuji Hirose 6 жил өмнө
parent
commit
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");