Use #if for rest of defines.

This commit is contained in:
Milan Broz
2025-01-16 12:59:20 +01:00
parent d9404821a6
commit 1e441bf75c
5 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ static void *token_dlvsym(struct crypt_device *cd,
char *error;
void *sym;
#ifdef HAVE_DLVSYM
#if HAVE_DLVSYM
log_dbg(cd, "Loading symbol %s@%s.", symbol, version);
sym = dlvsym(handle, symbol, version);
#else