diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c index 69c374ff07e..d7ed64b8390 100644 --- a/src/tools/pkcs11-tool.c +++ b/src/tools/pkcs11-tool.c @@ -7067,7 +7067,8 @@ static int test_verify(CK_SESSION_HANDLE sess) return errors; } -#if OPENSC_VERSION_MAJOR == 0 && OPENSC_VERSION_MINOR <= 23 +#if 1 + /* temporarily disable test, see https://github.com/OpenSC/OpenSC/issues/1796 */ #else #ifdef ENABLE_OPENSSL static int wrap_unwrap(CK_SESSION_HANDLE session, @@ -7191,7 +7192,7 @@ static int wrap_unwrap(CK_SESSION_HANDLE session, */ static int test_unwrap(CK_SESSION_HANDLE sess) { -#if OPENSC_VERSION_MAJOR == 0 && OPENSC_VERSION_MINOR <= 23 +#if 1 /* temporarily disable test, see https://github.com/OpenSC/OpenSC/issues/1796 */ return 0; #else