diff options
author | 2001-08-02 16:14:05 +0000 | |
---|---|---|
committer | 2001-08-02 16:14:05 +0000 | |
commit | 8b128d68a5d77b3be49b7a8fb662fafa27a61019 (patch) | |
tree | 228db71f1a9a8ff16aa05ffba5e20c8e8b1ead71 /usr.bin/ssh/ssh-keygen.c | |
parent | add /* SMARTCARD */ to #else/#endif. ok markus@ (diff) | |
download | wireguard-openbsd-8b128d68a5d77b3be49b7a8fb662fafa27a61019.tar.xz wireguard-openbsd-8b128d68a5d77b3be49b7a8fb662fafa27a61019.zip |
clean up some /* SMARTCARD */. ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index ed2ed577615..d831b539a50 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.78 2001/08/02 15:43:57 jakob Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.79 2001/08/02 16:14:05 jakob Exp $"); #include <openssl/evp.h> #include <openssl/pem.h> @@ -32,7 +32,7 @@ RCSID("$OpenBSD: ssh-keygen.c,v 1.78 2001/08/02 15:43:57 jakob Exp $"); #include <sectok.h> #include <openssl/engine.h> #include "scard.h" -#endif /* SMARTCARD */ +#endif /* Number of bits in the RSA/DSA key. This value can be changed on the command line. */ int bits = 1024; |