diff options
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index 21db10c6e..5e55e24ef 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -69,7 +69,8 @@ is_insecure( PKT_secret_key *sk ) continue; /* skip attribute packets */ if ( strstr( id->name, "(insecure!)" ) || strstr( id->name, "not secure" ) - || strstr( id->name, "do not use" ) ) { + || strstr( id->name, "do not use" ) + || strstr( id->name, "(INSECURE!)" ) ) { insecure = 1; break; } |