diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "includes.h" | 41 | #include "includes.h" |
42 | RCSID("$OpenBSD: ssh.c,v 1.143 2001/09/20 13:50:40 markus Exp $"); | 42 | RCSID("$OpenBSD: ssh.c,v 1.144 2001/09/24 03:38:58 stevesk Exp $"); |
43 | 43 | ||
44 | #include <openssl/evp.h> | 44 | #include <openssl/evp.h> |
45 | #include <openssl/err.h> | 45 | #include <openssl/err.h> |
@@ -265,8 +265,7 @@ main(int ac, char **av) | |||
265 | int dummy; | 265 | int dummy; |
266 | uid_t original_effective_uid; | 266 | uid_t original_effective_uid; |
267 | extern int optopt; | 267 | extern int optopt; |
268 | extern int optind; | 268 | extern int optind, optreset; |
269 | extern int optreset; | ||
270 | extern char *optarg; | 269 | extern char *optarg; |
271 | 270 | ||
272 | __progname = get_progname(av[0]); | 271 | __progname = get_progname(av[0]); |