[pkg-opensc-commit] [engine-pkcs11] 40/152: disable dead code.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:12 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 ab823ca781c7ee22964074a2555a3850cdafed5a
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Jun 29 13:47:17 2007 +0000

    disable dead code.
---
 src/hw_pkcs11.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hw_pkcs11.c b/src/hw_pkcs11.c
index 597c742..025c1f2 100644
--- a/src/hw_pkcs11.c
+++ b/src/hw_pkcs11.c
@@ -145,6 +145,7 @@ static int pkcs11_engine_ctrl(ENGINE * e, int cmd, long i, void *p, void (*f) ()
 
 static int (*orig_finish) (RSA * rsa);
 
+#if 0
 static int pkcs11_engine_rsa_finish(RSA * rsa)
 {
 
@@ -155,6 +156,7 @@ static int pkcs11_engine_rsa_finish(RSA * rsa)
 	return 1;
 
 }
+#endif
 
 /* This internal function is used by ENGINE_pkcs11() and possibly by the
  * "dynamic" ENGINE support too */

-- 
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