mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
cyassl: correct include path for 3.1.x
This commit is contained in:
parent
a2d3bf1e4d
commit
50fa619809
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
#ifdef LWS_OPENSSL_SUPPORT
|
||||
#ifdef USE_CYASSL
|
||||
#include <cyassl/openssl/ssl.h>
|
||||
#include <cyassl/error.h>
|
||||
#include <cyassl/error-ssl.h>
|
||||
unsigned char *
|
||||
SHA1(const unsigned char *d, size_t n, unsigned char *md);
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue