From 5c390f6fafcb85bbc665c3471d848d992b2614c6 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 27 Aug 2018 17:20:19 -0400 Subject: 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" -- cgit v1.2.3