mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user