diff options
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index fe76f7c..f88d18c 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3250,6 +3250,9 @@ void *sighandler(void *arg) { case SIGHUP: debug(DBG_INFO, "sighandler: got SIGHUP"); debug_reopen_log(); +#if defined(RADPROT_TLS) || defined(RADPROT_DTLS) + tlsreloadcrls(); +#endif break; case SIGPIPE: debug(DBG_WARN, "sighandler: got SIGPIPE, TLS write error?"); |