summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 5d7de3a1c..e60bed10b 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.43 2001/02/22 21:59:44 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.44 2001/03/01 02:45:10 deraadt Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -640,7 +640,7 @@ user_key_allowed(struct passwd *pw, Key *key)
640 } 640 }
641 if (fail) { 641 if (fail) {
642 fclose(f); 642 fclose(f);
643 log("%s",buf); 643 log("%s", buf);
644 restore_uid(); 644 restore_uid();
645 return 0; 645 return 0;
646 } 646 }