]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
NOTE: This update changes the RSA key generation. *NEW RSA KEYS
[openssh.git] / ssh-keygen.c
index 87be6a5f855e7ec3467949b9596356b83f3e3419..5d9fa644ebd4101e54c73df5f687d6ebd7c831ba 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.38 2000/12/28 18:58:39 markus Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.39 2001/01/13 18:03:07 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -643,7 +643,7 @@ main(int ac, char **av)
                exit(1);
        }
 
-       while ((opt = getopt(ac, av, "dqpclRxXyb:f:t:P:N:C:")) != EOF) {
+       while ((opt = getopt(ac, av, "dqpclRxXyb:f:t:P:N:C:")) != -1) {
                switch (opt) {
                case 'b':
                        bits = atoi(optarg);
This page took 0.047994 seconds and 4 git commands to generate.