Skip to content

Commit 9780917

Browse files
committed
ussl: Fix default libpkcs11.so path.
1 parent 5186fe8 commit 9780917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_iot_cloud/ussl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
_cert = None
3434

3535
# Default engine and provider.
36-
_ENGINE_PATH = "/usr/lib/engines-1.1/libpkcs11.so"
36+
_ENGINE_PATH = "/usr/lib/engines-3/libpkcs11.so"
3737
_MODULE_PATH = "/usr/lib/softhsm/libsofthsm2.so"
3838

3939

0 commit comments

Comments
 (0)