diff options
author | Fabian Mauchle <fabian.mauchle@switch.ch> | 2017-03-24 14:04:01 +0100 |
---|---|---|
committer | Fabian Mauchle <fabian.mauchle@switch.ch> | 2017-03-24 14:04:01 +0100 |
commit | 4f223d37143a1315cb756a17268c6af7673eed34 (patch) | |
tree | 7efc27fa1c243e3210981193ec0362de91dfd50c /tlscommon.h | |
parent | 402cc31039f9612519468b76645edca9c063984b (diff) |
Reload TLS certificate CRLs on SIGHUP
Diffstat (limited to 'tlscommon.h')
-rw-r--r-- | tlscommon.h | 1 |
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: */ |