aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/dynload.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/dynload.c')
-rw-r--r--cipher/dynload.c2
1 files changed, 1 insertions, 1 deletions
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