mirror of git://anongit.mindrot.org/openssh.git
- (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
by stevesk@
This commit is contained in:
parent
bffa1cb7f6
commit
5ccf63a974
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
@ -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 $
|
||||
|
|
5
ssh.c
5
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]);
|
||||
|
|
Loading…
Reference in New Issue