]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- markus@cvs.openbsd.org 2001/08/30 22:22:32
[openssh.git] / ssh-keygen.c
index faa27d2198d63783092a8169478774ab65fe1abf..cd1674b04c2dfd020373819037e7a8e5c3edb102 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.77 2001/08/02 15:06:52 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>
@@ -515,7 +515,7 @@ do_download(struct passwd *pw, const char *sc_reader_id)
        fprintf(stdout, "\n");
        exit(0);
 }
-#endif
+#endif /* SMARTCARD */
 
 static void
 do_fingerprint(struct passwd *pw)
@@ -946,9 +946,9 @@ main(int ac, char **av)
                        do_download(pw, reader_id);
                else
                        do_upload(pw, reader_id);
-#else
+#else /* SMARTCARD */
                fatal("no support for smartcards.");
-#endif
+#endif /* SMARTCARD */
        }
 
        arc4random_stir();
This page took 0.12654 seconds and 4 git commands to generate.