[pkg-opensc-commit] [engine-pkcs11] 02/02: Arfrever Frehtes Taifersar Arahesis: fixes the following compiler warning: hw_pkcs11.c: In function ‘pkcs11_engine_ctrl’: hw_pkcs11.c:146: warning: implicit declaration of function ‘set_init_args’

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


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

eric pushed a commit to tag engine_pkcs11-0.1.6
in repository engine-pkcs11.

commit fdec1bbb324f19e20667a813679df3a6d96d96e8
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Sun Jun 28 07:08:13 2009 +0000

    Arfrever Frehtes Taifersar Arahesis: fixes the following compiler warning:
    hw_pkcs11.c: In function ‘pkcs11_engine_ctrl’:
    hw_pkcs11.c:146: warning: implicit declaration of function ‘set_init_args’
---
 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