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 b10e42ec8..aa2030ea7 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.145 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.146 2006/07/06 16:22:39 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,11 +35,11 @@
35#include "misc.h" 35#include "misc.h"
36#include "match.h" 36#include "match.h"
37#include "hostfile.h" 37#include "hostfile.h"
38#include "dns.h"
38 39
39#ifdef SMARTCARD 40#ifdef SMARTCARD
40#include "scard.h" 41#include "scard.h"
41#endif 42#endif
42#include "dns.h"
43 43
44/* Number of bits in the RSA/DSA key. This value can be set on the command line. */ 44/* Number of bits in the RSA/DSA key. This value can be set on the command line. */
45#define DEFAULT_BITS 2048 45#define DEFAULT_BITS 2048