diff options
| author | Werner Koch <[email protected]> | 1999-05-22 20:54:54 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1999-05-22 20:54:54 +0000 |
| commit | 9131432b4d17af907b9a235985864f1e88f571ff (patch) | |
| tree | 64a60b3115ee1bfcba806c4b07919c6819e0c702 /cipher/dynload.c | |
| parent | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch (diff) | |
| download | gnupg-9131432b4d17af907b9a235985864f1e88f571ff.tar.gz gnupg-9131432b4d17af907b9a235985864f1e88f571ff.zip | |
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
Diffstat (limited to 'cipher/dynload.c')
| -rw-r--r-- | cipher/dynload.c | 2 |
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; |
