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.

18 lines
509 B

  1. --- a/src/gateway.c
  2. +++ b/src/gateway.c
  3. @@ -78,10 +78,14 @@ openssl_init(void)
  4. ERR_load_crypto_strings();
  5. SSL_load_error_strings();
  6. OpenSSL_add_all_algorithms();
  7. -#endif
  8. debug (LOG_DEBUG, "Using OpenSSL version \"%s\"\nand libevent version \"%s\"\n",
  9. SSLeay_version (SSLEAY_VERSION),
  10. event_get_version ());
  11. +#else
  12. + debug (LOG_DEBUG, "Using OpenSSL version \"%s\"\nand libevent version \"%s\"\n",
  13. + OpenSSL_version (OPENSSL_VERSION),
  14. + event_get_version ());
  15. +#endif
  16. }
  17. static void