fix: io_set_ssl NULL in client_disconnect, SSL* type safety in protocol.h

This commit is contained in:
2026-07-17 10:07:03 +02:00
parent 20ede4391c
commit 8b6550f8c6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
#include <stdbool.h>
#include <stddef.h>
typedef struct ssl_st SSL;
typedef int Status;
enum NET_STATUS { STATUS_OK, STATUS_ERROR, STATUS_FINISHED, STATUS_NEXT, STATUS_CHUNK, STATUS_MANIFEST, STATUS_CHECK };