summaryrefslogtreecommitdiff
path: root/crypto/engine/hw_cswift.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/hw_cswift.c')
-rw-r--r--crypto/engine/hw_cswift.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/engine/hw_cswift.c b/crypto/engine/hw_cswift.c
index 77608b8983..5747973c74 100644
--- a/crypto/engine/hw_cswift.c
+++ b/crypto/engine/hw_cswift.c
@@ -264,8 +264,7 @@ static int cswift_init()
goto err;
}
/* Attempt to load libswift.so/swift.dll/whatever. */
- cswift_dso = DSO_load(NULL, CSWIFT_LIBNAME, NULL,
- DSO_FLAG_NAME_TRANSLATION);
+ cswift_dso = DSO_load(NULL, CSWIFT_LIBNAME, NULL, 0);
if(cswift_dso == NULL)
{
ENGINEerr(ENGINE_F_CSWIFT_INIT,ENGINE_R_DSO_FAILURE);