- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
    by stevesk@
diff --git a/ChangeLog b/ChangeLog
index 9679086..cfc3d39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 20010923
+ - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
+   by stevesk@
+
+20010923
  - (bal) OpenBSD CVS Sync
    - markus@cvs.openbsd.org 2001/09/23 11:09:13
      [authfile.c]
@@ -6557,4 +6561,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1556 2001/09/23 13:58:38 mouring Exp $
+$Id: ChangeLog,v 1.1557 2001/09/24 20:00:10 mouring Exp $
diff --git a/ssh.c b/ssh.c
index f0cbd79..6cee5c3 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.143 2001/09/20 13:50:40 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.144 2001/09/24 03:38:58 stevesk Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -265,8 +265,7 @@
 	int dummy;
 	uid_t original_effective_uid;
 	extern int optopt;
-	extern int optind;
-	extern int optreset;
+	extern int optind, optreset;
 	extern char *optarg;
 
 	__progname = get_progname(av[0]);