Skip to content

Commit 6eab8ce

Browse files
authored
Merge pull request #34 from bcmi-labs/ssl_engine_path
ussl: Fix default libpkcs11.so path.
2 parents 5186fe8 + 9780917 commit 6eab8ce

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)