Browse Source

Updated README

Yuji Hirose 6 năm trước cách đây
mục cha
commit
048f31109f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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");