]> granicus.if.org Git - libevent/commitdiff
Update README.md
authorBreaker <iBreaker@users.noreply.github.com>
Fri, 23 Dec 2016 08:19:35 +0000 (16:19 +0800)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2016 08:19:35 +0000 (16:19 +0800)
The default option of  EVENT__DISABLE_OPENSSL:BOOL is `OFF`

README.md

index fd91087a50980dc51b1639e837ccee2468005a9e..5283b78637e2038cf15152c4bbaab8a83ec5d3b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ EVENT__DISABLE_DEBUG_MODE:BOOL=OFF
 EVENT__DISABLE_MM_REPLACEMENT:BOOL=OFF
 
 # Define if libevent should build without support for OpenSSL encrpytion
-EVENT__DISABLE_OPENSSL:BOOL=ON
+EVENT__DISABLE_OPENSSL:BOOL=OFF
 
 # Disable the regress tests
 EVENT__DISABLE_REGRESS:BOOL=OFF