From a790d3784eca821aeaee0b5db54cbf037780676f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 28 Aug 2023 23:20:53 +0000 Subject: [PATCH] os400qc3: move FIXME comment [ci skip] Follow-up to eb9f9de2c19ec67d12a444cce34bdd059fd26ddc --- src/os400qc3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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