summaryrefslogtreecommitdiff
path: root/core/io/stream_peer_ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/stream_peer_ssl.h')
-rw-r--r--core/io/stream_peer_ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/stream_peer_ssl.h b/core/io/stream_peer_ssl.h
index f903438c28..77301a7c87 100644
--- a/core/io/stream_peer_ssl.h
+++ b/core/io/stream_peer_ssl.h
@@ -66,6 +66,7 @@ public:
static StreamPeerSSL *create();
+ static PoolByteArray get_project_cert_array();
static void load_certs_from_memory(const PoolByteArray &p_memory);
static bool is_available();