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

os400qc3: move FIXME comment [ci skip]

Follow-up to eb9f9de2c1
This commit is contained in:
Viktor Szakats
2023-08-28 23:20:53 +00:00
parent eb9f9de2c1
commit a790d3784e

View File

@@ -164,9 +164,6 @@
#undef Qc3_MK_Pending #undef Qc3_MK_Pending
#define Qc3_MK_Pending '\xF3' /* '3' */ #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 which features are supported. */
#define LIBSSH2_MD5 1 #define LIBSSH2_MD5 1
#define LIBSSH2_HMAC_RIPEMD 0 #define LIBSSH2_HMAC_RIPEMD 0
@@ -190,6 +187,9 @@
#include "crypto_config.h" #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 MD5_DIGEST_LENGTH 16
#define SHA_DIGEST_LENGTH 20 #define SHA_DIGEST_LENGTH 20
#define SHA256_DIGEST_LENGTH 32 #define SHA256_DIGEST_LENGTH 32