aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/dynload.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/dynload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/dynload.c b/cipher/dynload.c
index ae3de3f5d..6caeb063c 100644
--- a/cipher/dynload.c
+++ b/cipher/dynload.c
@@ -170,7 +170,7 @@ register_internal_cipher_extension(
}
/* and register */
el->enumfunc = enumfunc;
- #ifdef HAVE_DL_OPEN
+ #ifdef HAVE_DL_DLOPEN
el->handle = (void*)1;
#else
el->handle = 1;