We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460e3af commit 73f05ebCopy full SHA for 73f05eb
usr/lib/ica_s390_stdll/ica_specific.c
@@ -61,7 +61,7 @@ const char label[] = "IBM ICA PKCS #11";
61
62
static pthread_mutex_t rngmtx = PTHREAD_MUTEX_INITIALIZER;
63
64
-#define LIBICA_SHARED_LIB "libica.so"
+#define LIBICA_SHARED_LIB "libica.so.3"
65
#define BIND(dso, sym) (*(void **)(&p_##sym) = dlsym(dso, #sym))
66
67
#ifndef NO_EC
0 commit comments