summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-24 20:00:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-24 20:00:10 +0000
commit5ccf63a9740ae0a1b5eed30572336c01abb18931 (patch)
tree6e36f95a85c2a5c4493fff8a7b39472d1c4d648f /ssh.c
parentbffa1cb7f6071f972fe506b50a48212efcd2f57f (diff)
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index f0cbd799c..6cee5c3ba 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.143 2001/09/20 13:50:40 markus Exp $"); 42RCSID("$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]);