mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Move the PKCS#11 provider environment variable where it needs to be
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Norbert Pocs <norbertpocs0@gmail.com>
This commit is contained in:
@@ -80,8 +80,9 @@ if (UNIX AND NOT WIN32)
|
|||||||
${LIBSSH_UNIT_TESTS}
|
${LIBSSH_UNIT_TESTS}
|
||||||
torture_pki_ed25519_uri
|
torture_pki_ed25519_uri
|
||||||
)
|
)
|
||||||
|
list(APPEND TORTURE_UNIT_ENVIRONMENT
|
||||||
|
PKCS11_PROVIDER_DEBUG=file:/tmp/p11prov-debug.log)
|
||||||
endif()
|
endif()
|
||||||
list(APPEND TORTURE_UNIT_ENVIRONMENT PKCS11_PROVIDER_DEBUG=file:/tmp/p11prov-debug.log)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (HAVE_ECC)
|
if (HAVE_ECC)
|
||||||
|
|||||||
Reference in New Issue
Block a user