16 lines
348 B
Diff
16 lines
348 B
Diff
|
---
|
||
|
zkey/ep11.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- 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"
|
||
|
|
||
|
/**
|