You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
296 B

  1. --- a/src/lib/cryptolink/openssl_link.cc
  2. +++ b/src/lib/cryptolink/openssl_link.cc
  3. @@ -79,7 +79,7 @@ CryptoLink::initialize() {
  4. std::string
  5. CryptoLink::getVersion() {
  6. - return (SSLeay_version(SSLEAY_VERSION));
  7. + return (OpenSSL_version(OPENSSL_VERSION));
  8. }
  9. } // namespace cryptolink