aboutsummaryrefslogtreecommitdiff
path: root/ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.c')
-rw-r--r--ssl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl.c b/ssl.c
index 9c49420..878a24e 100644
--- a/ssl.c
+++ b/ssl.c
@@ -315,9 +315,7 @@ ssl_set_auth_nocache (void)
void
ssl_purge_auth (void)
{
-#if 1 /* JYFIXME -- todo: bad private key should trigger a signal, then this code can be included */
purge_user_pass (&passbuf, true);
-#endif
purge_user_pass (&auth_user_pass, true);
}