Forgot to add this one to the last pull request.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 54d7bc119d
)
11 lines
296 B
Diff
11 lines
296 B
Diff
--- a/src/lib/cryptolink/openssl_link.cc
|
|
+++ b/src/lib/cryptolink/openssl_link.cc
|
|
@@ -79,7 +79,7 @@ CryptoLink::initialize() {
|
|
|
|
std::string
|
|
CryptoLink::getVersion() {
|
|
- return (SSLeay_version(SSLEAY_VERSION));
|
|
+ return (OpenSSL_version(OPENSSL_VERSION));
|
|
}
|
|
|
|
} // namespace cryptolink
|