summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:59:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:59:25 +0000
commitbcc1808bf26c36a393e0caf852d921cec59802c4 (patch)
tree6347039a50b7818182e0c768940b616081d2271e /ssh-keygen.c
parentffce1476383e513c252452d444d17af59c14ef2c (diff)
- jakob@cvs.openbsd.org 2001/08/02 16:14:05
[scard.c ssh-agent.c ssh.c ssh-keygen.c] clean up some /* SMARTCARD */. ok markus@
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 6e71ac707..cd1674b04 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.78 2001/08/02 15:43:57 jakob Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.79 2001/08/02 16:14:05 jakob Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -32,7 +32,7 @@ RCSID("$OpenBSD: ssh-keygen.c,v 1.78 2001/08/02 15:43:57 jakob Exp $");
32#include <sectok.h> 32#include <sectok.h>
33#include <openssl/engine.h> 33#include <openssl/engine.h>
34#include "scard.h" 34#include "scard.h"
35#endif /* SMARTCARD */ 35#endif
36 36
37/* Number of bits in the RSA/DSA key. This value can be changed on the command line. */ 37/* Number of bits in the RSA/DSA key. This value can be changed on the command line. */
38int bits = 1024; 38int bits = 1024;