commit d474a97922f2344f57481ffcfea05d30a3d466a2 from: Omar Polo date: Tue Jan 04 23:15:13 2022 UTC add missing prototype commit - ba94a608a89110740cb24ef098c476c84d371918 commit + d474a97922f2344f57481ffcfea05d30a3d466a2 blob - 2faf79278168b55fb373c3e5b5cce7f9b8c0e898 blob + eac2a233f5291a294daa7821fa2a464986bf820b --- server.c +++ server.c @@ -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*);