From 9131432b4d17af907b9a235985864f1e88f571ff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 22 May 1999 20:54:54 +0000 Subject: See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch --- cipher/dynload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher') 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; -- cgit v1.2.3