-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Federico Capoano <[email protected]> (cherry picked from commit bf33335)
- Loading branch information
1 parent
212eb30
commit 7f9058d
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
net/coova-chilli/patches/030-cyassl-renamed-to-wolfssl.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- a/src/md5.h | ||
+++ b/src/md5.h | ||
@@ -29,7 +29,7 @@ | ||
#define MD5Final MD5_Final | ||
|
||
#elif HAVE_CYASSL | ||
-#include <cyassl/openssl/md5.h> | ||
+#include <wolfssl/openssl/md5.h> | ||
|
||
#define MD5Init MD5_Init | ||
#define MD5Update MD5_Update | ||
--- a/src/ssl.h | ||
+++ b/src/ssl.h | ||
@@ -49,13 +49,13 @@ typedef struct { | ||
#include <string.h> | ||
|
||
#define OPENSSL_NO_ENGINE | ||
-#include <cyassl/options.h> | ||
-#include <cyassl/ssl.h> | ||
-#include <cyassl/openssl/bio.h> | ||
-#include <cyassl/openssl/crypto.h> | ||
-#include <cyassl/openssl/x509.h> | ||
-#include <cyassl/openssl/ssl.h> | ||
-#include <cyassl/openssl/pem.h> | ||
+#include <wolfssl/options.h> | ||
+#include <wolfssl/ssl.h> | ||
+#include <wolfssl/openssl/bio.h> | ||
+#include <wolfssl/openssl/crypto.h> | ||
+#include <wolfssl/openssl/x509.h> | ||
+#include <wolfssl/openssl/ssl.h> | ||
+#include <wolfssl/openssl/pem.h> | ||
#endif | ||
|
||
#define OPENSSL_TMPKEY_MAX 4 |