mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 18:11:21 +00:00
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
|