[pkg-opensc-commit] [engine-pkcs11] 90/152: hw_pkcs11.c:146: warning: implicit declaration of function 'set_init_args' Fix this warning, by Arfrever Frehtes Taifersar Arahesis.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 6261bb13f3f87d0cd61eafdb117b47cebcd858c5
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Sat Oct 24 06:46:52 2009 +0000

    hw_pkcs11.c:146: warning: implicit declaration of function 'set_init_args'
    Fix this warning, by Arfrever Frehtes Taifersar Arahesis.
---
 src/engine_pkcs11.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/engine_pkcs11.h b/src/engine_pkcs11.h
index b5a8667..2159330 100644
--- a/src/engine_pkcs11.h
+++ b/src/engine_pkcs11.h
@@ -37,6 +37,8 @@ int set_module(const char *modulename);
 
 int set_pin(const char *pin);
 
+int set_init_args(const char *init_args_orig);
+
 int load_cert_ctrl(ENGINE * e, void *p);
 
 int inc_verbose(void);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list