summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/crypto_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libssh2/src/crypto_config.h')
-rw-r--r--libs/libssh2/src/crypto_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libssh2/src/crypto_config.h b/libs/libssh2/src/crypto_config.h
index 5934e140b6..885a6a918d 100644
--- a/libs/libssh2/src/crypto_config.h
+++ b/libs/libssh2/src/crypto_config.h
@@ -20,7 +20,7 @@
#define LIBSSH2_HMAC_RIPEMD 0
#endif
-#ifdef LIBSSH2_NO_DSA
+#if !defined(LIBSSH2_DSA_ENABLE)
#undef LIBSSH2_DSA
#define LIBSSH2_DSA 0
#endif