From 6222c384958729bc4b5bad61ad38967647cc3248 Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Fri, 20 Jan 2023 11:04:18 +0100 Subject: [PATCH] zkey: Support EP11 host library version 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Try to load libep11.so.4 if available, but fallback to older library versions if not. Reviewed-by: Jörg Schmidbauer Signed-off-by: Ingo Franzki Signed-off-by: Steffen Eiden --- zkey/ep11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkey/ep11.c b/zkey/ep11.c index 58dc3c58..83599297 100644 --- a/zkey/ep11.c +++ b/zkey/ep11.c @@ -35,7 +35,7 @@ * Definitions for the EP11 library */ #define EP11_LIBRARY_NAME "libep11.so" -#define EP11_LIBRARY_VERSION 3 +#define EP11_LIBRARY_VERSION 4 #define EP11_WEB_PAGE "http://www.ibm.com/security/cryptocards" /**