[Cryptech-Commits] [sw/pkcs11] 02/03: Fix shared library name
git at cryptech.is
git at cryptech.is
Mon Aug 27 21:20:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/pkcs11.
commit 5c390f6fafcb85bbc665c3471d848d992b2614c6
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Aug 27 17:20:19 2018 -0400
Fix shared library name
---
scripts/py11-test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/py11-test.py b/scripts/py11-test.py
index 87af29d..7a0e1d8 100644
--- a/scripts/py11-test.py
+++ b/scripts/py11-test.py
@@ -65,7 +65,7 @@ ec_curve_oid_p256 = "".join(chr(i) for i in (0x06, 0x08, 0x2a, 0x86, 0x48, 0xce,
ec_curve_oid_p384 = "".join(chr(i) for i in (0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22))
ec_curve_oid_p521 = "".join(chr(i) for i in (0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x23))
-p11 = PKCS11("./libpkcs11.so")
+p11 = PKCS11("./libcryptech-pkcs11.so")
if False:
print "Not using MUTEXes at all"
More information about the Commits
mailing list