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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user