Hello, while writing some doc "how to link custom openssl lib" (it is useful, for example, for pfSense users),
I noticed that currently "-L$SSL_LIB" is specified both in .travis.yml and Makefile. no need to keep in .travis.yml, I'll send a patch. On other hand, "-Wl,-rpath,$SSL_LIB" is only specified in .travis.yml I would like to move it Makefile, however, I am not sure about systems other than Linux, do they support rpath ? Cheers, Ilya Shipitcin

