[pkg-opensc-commit] [engine-pkcs11] 132/152: tests: use the correct library name in the engine file

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:25 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 44cc995a5af7f547871f6a410dd2297f5620bb80
Author: Nikos Mavrogiannopoulos <nmav at gnutls.org>
Date:   Tue Sep 15 23:46:23 2015 +0200

    tests: use the correct library name in the engine file
---
 tests/softhsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/softhsm b/tests/softhsm
index 3aa37b0..9585acf 100755
--- a/tests/softhsm
+++ b/tests/softhsm
@@ -23,7 +23,7 @@ file_dir="${srcdir:-./}"
 
 # This uses the engine for basic sign-verify operation.
 
-sed -e "s|@MODULE_PATH@|${ADDITIONAL_PARAM}|g" -e "s|@ENGINE_PATH@|../src/.libs/engine_pkcs11.so|g" <"${srcdir}/engines.cnf.in" >engines.cnf
+sed -e "s|@MODULE_PATH@|${ADDITIONAL_PARAM}|g" -e "s|@ENGINE_PATH@|../src/.libs/libpkcs11.so|g" <"${srcdir}/engines.cnf.in" >engines.cnf
 
 export OPENSSL_ENGINES="../src/.libs/"
 

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