- dtucker@cvs.openbsd.org 2013/05/10 10:13:50
[ssh-pkcs11-helper.c] remove unused extern optarg. ok markus@
This commit is contained in:
parent
caf0010934
commit
64c6fceecd
|
@ -19,6 +19,9 @@
|
|||
[key.c]
|
||||
memleak in cert_free(), wasn't actually freeing the struct;
|
||||
bz#2096 from shm AT digitalsun.pl
|
||||
- dtucker@cvs.openbsd.org 2013/05/10 10:13:50
|
||||
[ssh-pkcs11-helper.c]
|
||||
remove unused extern optarg. ok markus@
|
||||
|
||||
20130510
|
||||
- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ssh-pkcs11-helper.c,v 1.4 2012/07/02 12:13:26 dtucker Exp $ */
|
||||
/* $OpenBSD: ssh-pkcs11-helper.c,v 1.5 2013/05/10 10:13:50 dtucker Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2010 Markus Friedl. All rights reserved.
|
||||
*
|
||||
|
@ -274,7 +274,6 @@ main(int argc, char **argv)
|
|||
LogLevel log_level = SYSLOG_LEVEL_ERROR;
|
||||
char buf[4*4096];
|
||||
|
||||
extern char *optarg;
|
||||
extern char *__progname;
|
||||
|
||||
TAILQ_INIT(&pkcs11_keylist);
|
||||
|
|
Loading…
Reference in New Issue