소스 검색

Merge branch 'master' of ssh://github.com/valenok/mongoose

Sergey Lyubka 12 년 전
부모
커밋
2e93cde929
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

@@ -308,6 +308,7 @@ static const char *http_500_error = "Internal Server Error";
 
 #if defined(NO_SSL_DL)
 #include <openssl/ssl.h>
+#include <openssl/err.h>
 #else
 // SSL loaded dynamically from DLL.
 // I put the prototypes here to be independent from OpenSSL source installation.