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.

14 lines
385 B

  1. Index: stunnel-5.20/src/cron.c
  2. ===================================================================
  3. --- stunnel-5.20.orig/src/cron.c
  4. +++ stunnel-5.20/src/cron.c
  5. @@ -46,6 +46,9 @@ NOEXPORT void cron_thread(void *arg);
  6. #endif
  7. #if defined(USE_PTHREAD) || defined(USE_WIN32)
  8. NOEXPORT void cron_worker(void);
  9. +#endif
  10. +
  11. +#ifndef OPENSSL_NO_DH
  12. NOEXPORT void cron_dh_param(void);
  13. #endif