1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

crypto: fix LIBSSH2_NO_MD5 compiler warnings

Follow-up to be31457f30

Closes #933
This commit is contained in:
Viktor Szakats
2023-04-05 13:59:49 +00:00
parent bdad217440
commit 85582df111

View File

@@ -60,6 +60,7 @@
#ifdef LIBSSH2_NO_MD5 #ifdef LIBSSH2_NO_MD5
#undef LIBSSH2_MD5 #undef LIBSSH2_MD5
#define LIBSSH2_MD5 0
#endif #endif
#define LIBSSH2_ED25519_KEY_LEN 32 #define LIBSSH2_ED25519_KEY_LEN 32