add missing prototype

This commit is contained in:
Omar Polo 2022-01-04 23:15:13 +00:00
parent ba94a608a8
commit d474a97922
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ static void handle_handshake(int, short, void*);
static const char *strip_path(const char*, int);
static void fmt_sbuf(const char*, struct client*, const char*);
static int apply_block_return(struct client*);
static int check_matching_certificate(X509_STORE *, struct client *);
static int apply_reverse_proxy(struct client *);
static int apply_fastcgi(struct client*);
static int apply_require_ca(struct client*);