Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ PUB_INC = ./include # SSL/TLS Library Options #------------------------------------------------------------------------------- # FIXME: Currently OSX/homebrew specific, rework before integration. # This may need to be set if OpenSSL is in a nonstandard place. OPENSSL_PATH ?= . #=============================================================================== Loading README.md +6 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,12 @@ Prerequisites * OSX (using [Homebrew](http://brew.sh/)) * `> brew install openssl` A release of OpenSSL that provides TLS 1.1 or newer is required. If the OpenSSL installation is not found, the `OPENSSL_PATH` environment variable may need to be set to its base path, e.g. `/usr/local/openssl/1.0.1k/`. Getting Started --------------- Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ PUB_INC = ./include # SSL/TLS Library Options #------------------------------------------------------------------------------- # FIXME: Currently OSX/homebrew specific, rework before integration. # This may need to be set if OpenSSL is in a nonstandard place. OPENSSL_PATH ?= . #=============================================================================== Loading
README.md +6 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,12 @@ Prerequisites * OSX (using [Homebrew](http://brew.sh/)) * `> brew install openssl` A release of OpenSSL that provides TLS 1.1 or newer is required. If the OpenSSL installation is not found, the `OPENSSL_PATH` environment variable may need to be set to its base path, e.g. `/usr/local/openssl/1.0.1k/`. Getting Started --------------- Loading