Skip to content

Commit

Permalink
zkey: Support EP11 host library version 4
Browse files Browse the repository at this point in the history
Try to load libep11.so.4 if available, but fallback to older
library versions if not.

Reviewed-by: Jörg Schmidbauer <jschmidb@de.ibm.com>
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
  • Loading branch information
ifranzki authored and steffen-eiden committed Jan 27, 2023
1 parent 8709a47 commit 6222c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkey/ep11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/**
Expand Down

0 comments on commit 6222c38

Please sign in to comment.