Skip to content

Commit 73f05eb

Browse files
ifranzkip-steuer
authored andcommitted
ICA: Refer libica by its so name
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent 460e3af commit 73f05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/ica_s390_stdll/ica_specific.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const char label[] = "IBM ICA PKCS #11";
6161

6262
static pthread_mutex_t rngmtx = PTHREAD_MUTEX_INITIALIZER;
6363

64-
#define LIBICA_SHARED_LIB "libica.so"
64+
#define LIBICA_SHARED_LIB "libica.so.3"
6565
#define BIND(dso, sym) (*(void **)(&p_##sym) = dlsym(dso, #sym))
6666

6767
#ifndef NO_EC

0 commit comments

Comments
 (0)