From 85582df111af7bc5633397c4be709fb7549766a0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 5 Apr 2023 13:59:49 +0000 Subject: [PATCH] crypto: fix `LIBSSH2_NO_MD5` compiler warnings Follow-up to be31457f3071686b555a0f0b19e5dcf63d67fc27 Closes #933 --- src/crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto.h b/src/crypto.h index 890f209b..503a825b 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -60,6 +60,7 @@ #ifdef LIBSSH2_NO_MD5 #undef LIBSSH2_MD5 +#define LIBSSH2_MD5 0 #endif #define LIBSSH2_ED25519_KEY_LEN 32