aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog4
-rw-r--r--cipher/dynload.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index bc9aa54e5..a9a720f26 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 8 20:47:17 CET 1999 Werner Koch <[email protected]>
+
+ * dynload.c (DLSYM_NEEDS_UNDERSCORE): Renamed.
+
Fri Feb 26 17:55:41 CET 1999 Werner Koch <[email protected]>
* md.c: Nearly a total rewrote.
diff --git a/cipher/dynload.c b/cipher/dynload.c
index 75dcb3969..b4ed77177 100644
--- a/cipher/dynload.c
+++ b/cipher/dynload.c
@@ -32,7 +32,7 @@
#include "cipher.h"
#include "dynload.h"
-#ifdef DLSYM_NEEDS_UNDERSCORE
+#ifdef WITH_SYMBOL_UNDERSCORE
#define SYMBOL_VERSION "_gnupgext_version"
#define SYMBOL_ENUM "_gnupgext_enum_func"
#else