summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 040813c5a..915d5580b 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.131 2005/10/14 02:17:59 stevesk Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.132 2005/10/30 08:52:18 djm Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -1274,7 +1274,7 @@ main(int ac, char **av)
1274 if (!have_identity) 1274 if (!have_identity)
1275 ask_filename(pw, "Enter file in which to save the key"); 1275 ask_filename(pw, "Enter file in which to save the key");
1276 1276
1277 /* Create ~/.ssh directory if it doesn\'t already exist. */ 1277 /* Create ~/.ssh directory if it doesn't already exist. */
1278 snprintf(dotsshdir, sizeof dotsshdir, "%s/%s", pw->pw_dir, _PATH_SSH_USER_DIR); 1278 snprintf(dotsshdir, sizeof dotsshdir, "%s/%s", pw->pw_dir, _PATH_SSH_USER_DIR);
1279 if (strstr(identity_file, dotsshdir) != NULL && 1279 if (strstr(identity_file, dotsshdir) != NULL &&
1280 stat(dotsshdir, &st) < 0) { 1280 stat(dotsshdir, &st) < 0) {