summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh-pkcs11-helper.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 506faa40d..7f4249222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@
19 [key.c] 19 [key.c]
20 memleak in cert_free(), wasn't actually freeing the struct; 20 memleak in cert_free(), wasn't actually freeing the struct;
21 bz#2096 from shm AT digitalsun.pl 21 bz#2096 from shm AT digitalsun.pl
22 - dtucker@cvs.openbsd.org 2013/05/10 10:13:50
23 [ssh-pkcs11-helper.c]
24 remove unused extern optarg. ok markus@
22 25
2320130510 2620130510
24 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 27 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c
index fcb5defc0..5c09f1221 100644
--- a/ssh-pkcs11-helper.c
+++ b/ssh-pkcs11-helper.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-pkcs11-helper.c,v 1.4 2012/07/02 12:13:26 dtucker Exp $ */ 1/* $OpenBSD: ssh-pkcs11-helper.c,v 1.5 2013/05/10 10:13:50 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2010 Markus Friedl. All rights reserved. 3 * Copyright (c) 2010 Markus Friedl. All rights reserved.
4 * 4 *
@@ -274,7 +274,6 @@ main(int argc, char **argv)
274 LogLevel log_level = SYSLOG_LEVEL_ERROR; 274 LogLevel log_level = SYSLOG_LEVEL_ERROR;
275 char buf[4*4096]; 275 char buf[4*4096];
276 276
277 extern char *optarg;
278 extern char *__progname; 277 extern char *__progname;
279 278
280 TAILQ_INIT(&pkcs11_keylist); 279 TAILQ_INIT(&pkcs11_keylist);