diff --git a/src/os400qc3.h b/src/os400qc3.h index 29a34a32..9993ab57 100644 --- a/src/os400qc3.h +++ b/src/os400qc3.h @@ -164,9 +164,6 @@ #undef Qc3_MK_Pending #define Qc3_MK_Pending '\xF3' /* '3' */ -/* FIXME: Disable MD5 macros/constants and functions when - LIBSSH2_MD5 and LIBSSH_MD5_PEM have the value 0. */ - /* Define which features are supported. */ #define LIBSSH2_MD5 1 #define LIBSSH2_HMAC_RIPEMD 0 @@ -190,6 +187,9 @@ #include "crypto_config.h" +/* FIXME: Disable MD5 macros, constants and functions when + LIBSSH2_MD5 and LIBSSH_MD5_PEM have the value 0. */ + #define MD5_DIGEST_LENGTH 16 #define SHA_DIGEST_LENGTH 20 #define SHA256_DIGEST_LENGTH 32