Commit d4ebfc7d authored by Scott Vokes's avatar Scott Vokes
Browse files

Note OpenSSL / TLSv1.1 dependency in README.md and Makefile.

parent 8e39d40e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ?=	.

#===============================================================================
+6 −0
Original line number Diff line number Diff line
@@ -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
---------------