mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
kea: Fix compilation without deprecated OpenSSL APIs
Forgot to add this one to the last pull request. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user