summaryrefslogtreecommitdiff
path: root/tlscommon.h
diff options
context:
space:
mode:
authorFabian Mauchle <fabian.mauchle@switch.ch>2017-03-24 14:04:01 +0100
committerFabian Mauchle <fabian.mauchle@switch.ch>2017-03-24 14:04:01 +0100
commit4f223d37143a1315cb756a17268c6af7673eed34 (patch)
tree7efc27fa1c243e3210981193ec0362de91dfd50c /tlscommon.h
parent402cc31039f9612519468b76645edca9c063984b (diff)
Reload TLS certificate CRLs on SIGHUP
Diffstat (limited to 'tlscommon.h')
-rw-r--r--tlscommon.h1
1 files changed, 1 insertions, 0 deletions
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: */