400-additional_compatibility.patch 225 B

123456789101112
  1. --- a/cyassl/openssl/ssl.h
  2. +++ b/cyassl/openssl/ssl.h
  3. @@ -28,6 +28,9 @@
  4. #define CYASSL_OPENSSL_H_
  5. #include <cyassl/ssl.h>
  6. +#ifndef HAVE_SNI
  7. +#undef CYASSL_SNI_HOST_NAME
  8. +#endif
  9. #include <wolfssl/openssl/ssl.h>
  10. #endif