diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2.c,v 1.45 2001/03/04 01:46:29 djm Exp $"); | 26 | RCSID("$OpenBSD: auth2.c,v 1.46 2001/03/11 13:25:36 markus Exp $"); |
27 | 27 | ||
28 | #include <openssl/evp.h> | 28 | #include <openssl/evp.h> |
29 | 29 | ||
@@ -688,5 +688,7 @@ user_key_allowed(struct passwd *pw, Key *key) | |||
688 | restore_uid(); | 688 | restore_uid(); |
689 | fclose(f); | 689 | fclose(f); |
690 | key_free(found); | 690 | key_free(found); |
691 | if (!found_key) | ||
692 | debug2("key not found"); | ||
691 | return found_key; | 693 | return found_key; |
692 | } | 694 | } |