You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Bump libwebsockets to version 2.4.2
This commit is contained in:
@@ -215,6 +215,7 @@ struct ssl_st
|
||||
int (*verify_callback) (int ok, X509_STORE_CTX *ctx);
|
||||
|
||||
int rwstate;
|
||||
int interrupted_remaining_write;
|
||||
|
||||
long verify_result;
|
||||
|
||||
|
||||
@@ -25,11 +25,13 @@
|
||||
*/
|
||||
#include "string.h"
|
||||
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
/* GODOT ADDITION */
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include "malloc.h"
|
||||
#endif
|
||||
/* END GODOT ADDITION */
|
||||
|
||||
void *ssl_mem_zalloc(size_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user