소스 검색

Updated README

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");