diff --git a/keyring.c b/keyring.c index 293894e9..6a49ad38 100644 --- a/keyring.c +++ b/keyring.c @@ -224,11 +224,8 @@ void keyring_free(keyring_file *k) static void wipestr(char *str) { - while (*str) { - if (config.debug.keyring) - DEBUGF("wiping PIN char '%c'", *str); + while (*str) *str++ = ' '; - } } void keyring_free_context(keyring_context *c)