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.

25 lines
715 B

  1. From 4fb4a2353db521667d1ec61480bf8179bf585d5f Mon Sep 17 00:00:00 2001
  2. From: Karl Palsson <karlp@remake.is>
  3. Date: Thu, 14 Aug 2014 16:30:48 +0000
  4. Subject: [PATCH] cyassl: correct include path for 3.1.x
  5. ---
  6. lib/private-libwebsockets.h | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h
  9. index 4194498..fbd22b5 100755
  10. --- a/lib/private-libwebsockets.h
  11. +++ b/lib/private-libwebsockets.h
  12. @@ -155,7 +155,7 @@
  13. #ifdef LWS_OPENSSL_SUPPORT
  14. #ifdef USE_CYASSL
  15. #include <cyassl/openssl/ssl.h>
  16. -#include <cyassl/error.h>
  17. +#include <cyassl/error-ssl.h>
  18. unsigned char *
  19. SHA1(const unsigned char *d, size_t n, unsigned char *md);
  20. #else
  21. --
  22. 1.8.3.1