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.

17 lines
464 B

  1. diff --git a/src/ssli_polarssl.c b/src/ssli_polarssl.c
  2. index a36ccb6..167637b 100644
  3. --- a/src/ssli_polarssl.c
  4. +++ b/src/ssli_polarssl.c
  5. @@ -225,8 +225,12 @@ void SSLi_init(void)
  6. Log_fatal("Cannot open /dev/urandom");
  7. #endif
  8. +#ifdef POLARSSL_VERSION_FEATURES
  9. version_get_string(verstring);
  10. Log_info("PolarSSL library version %s initialized", verstring);
  11. +#else
  12. + Log_info("PolarSSL library initialized");
  13. +#endif
  14. }
  15. void SSLi_deinit(void)