You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix regression in StreamPeerSSL
Validate that base stream is valid before accepting/connecting. Also remove unnecessary includes.
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include <mbedtls/ctr_drbg.h>
|
||||
#include <mbedtls/debug.h>
|
||||
#include <mbedtls/entropy.h>
|
||||
#include <mbedtls/net.h>
|
||||
#include <mbedtls/ssl.h>
|
||||
|
||||
class SSLContextMbedTLS : public Reference {
|
||||
|
||||
Reference in New Issue
Block a user