summaryrefslogtreecommitdiffstats
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
parentbffa1cb7f6071f972fe506b50a48212efcd2f57f (diff)
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@
-rw-r--r--ChangeLog6
-rw-r--r--ssh.c5
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 96790865..cfc3d393 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 f0cbd799..6cee5c3b 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 @@ main(int ac, char **av)
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]);