diff options
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index 2c46d6699..74ae2a804 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -56,7 +56,7 @@ static int is_insecure( PKT_secret_key *sk ) { - BUG(); + return 0; /* FIXME!! */ } |