summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index 23535fa07..2c615709d 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.c,v 1.78 2010/01/11 04:46:45 dtucker Exp $ */ 1/* $OpenBSD: authfile.c,v 1.79 2010/01/12 00:16:47 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -564,8 +564,8 @@ key_load_private_type(int type, const char *filename, const char *passphrase,
564 strerror(errno)); 564 strerror(errno));
565 if (perm_ok != NULL) 565 if (perm_ok != NULL)
566 *perm_ok = 0; 566 *perm_ok = 0;
567 }
568 return NULL; 567 return NULL;
568 }
569 if (!key_perm_ok(fd, filename)) { 569 if (!key_perm_ok(fd, filename)) {
570 if (perm_ok != NULL) 570 if (perm_ok != NULL)
571 *perm_ok = 0; 571 *perm_ok = 0;