mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
54d7bc119d
Forgot to add this one to the last pull request. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
296 B
Diff
12 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
|