From 4f223d37143a1315cb756a17268c6af7673eed34 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Fri, 24 Mar 2017 14:04:01 +0100 Subject: Reload TLS certificate CRLs on SIGHUP --- tlscommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tlscommon.h') diff --git a/tlscommon.h b/tlscommon.h index 5f8f149..2b98a9c 100644 --- a/tlscommon.h +++ b/tlscommon.h @@ -33,6 +33,7 @@ X509 *verifytlscert(SSL *ssl); int verifyconfcert(X509 *cert, struct clsrvconf *conf); int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val); int addmatchcertattr(struct clsrvconf *conf); +void tlsreloadcrls(); #endif /* Local Variables: */ -- cgit v1.1