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.

10 lines
251 B

  1. --- a/src/ssl.c
  2. +++ b/src/ssl.c
  3. @@ -54,6 +54,7 @@ struct uwsc_ssl_ctx {
  4. #include <openssl/err.h>
  5. #elif UWSC_HAVE_WOLFSSL
  6. #define WC_NO_HARDEN
  7. +#include <wolfssl/options.h>
  8. #include <wolfssl/openssl/ssl.h>
  9. #include <wolfssl/openssl/err.h>
  10. #endif