summaryrefslogtreecommitdiff
path: root/ssh-pkcs11-helper.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:27:14 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:27:14 +1000
commit64c6fceecd27e1739040b42de8f3759454260b39 (patch)
tree5952dcf3b7bea886439031f394a4349d75d4f300 /ssh-pkcs11-helper.c
parentcaf00109346e4ab6bb495b0e22bc5b1e7ee22f26 (diff)
downloadopenssh-git-64c6fceecd27e1739040b42de8f3759454260b39.tar.gz
- dtucker@cvs.openbsd.org 2013/05/10 10:13:50
[ssh-pkcs11-helper.c] remove unused extern optarg. ok markus@
Diffstat (limited to 'ssh-pkcs11-helper.c')
-rw-r--r--ssh-pkcs11-helper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c
index fcb5defc..5c09f122 100644
--- a/ssh-pkcs11-helper.c
+++ b/ssh-pkcs11-helper.c
@@ -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);