summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 096908f3b..beffa928c 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.75 2001/08/02 00:10:17 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.76 2001/08/02 08:58:35 jakob Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -831,7 +831,7 @@ main(int ac, char **av)
831 exit(1); 831 exit(1);
832 } 832 }
833 833
834 while ((opt = getopt(ac, av, "deiqpclBRxXyb:f:t:u:D:P:N:C:")) != -1) { 834 while ((opt = getopt(ac, av, "deiqpclBRxXyb:f:t:U:D:P:N:C:")) != -1) {
835 switch (opt) { 835 switch (opt) {
836 case 'b': 836 case 'b':
837 bits = atoi(optarg); 837 bits = atoi(optarg);
@@ -893,7 +893,7 @@ main(int ac, char **av)
893 break; 893 break;
894 case 'D': 894 case 'D':
895 download = 1; 895 download = 1;
896 case 'u': 896 case 'U':
897 reader_id = optarg; 897 reader_id = optarg;
898 break; 898 break;
899 case '?': 899 case '?':