These aren't meaningful since we don't bring libssh2_config.h in
Этот коммит содержится в:
родитель
c6bbe0d42f
Коммит
fc1563a41d
@ -76,51 +76,6 @@ typedef long long libssh2_int64_t;
|
||||
#define LIBSSH2_SSH_DEFAULT_BANNER LIBSSH2_SSH_BANNER
|
||||
#define LIBSSH2_SSH_DEFAULT_BANNER_WITH_CRLF LIBSSH2_SSH_DEFAULT_BANNER "\r\n"
|
||||
|
||||
/* Capabilities */
|
||||
#define LIBSSH2_KEX_DH_GROUP1
|
||||
#define LIBSSH2_KEX_DH_GROUP14
|
||||
#define LIBSSH2_KEX_DH_GROUP_EXCHANGE
|
||||
|
||||
#ifndef OPENSSL_NO_RSA
|
||||
#define LIBSSH2_HOSTKEY_RSA
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_DSA
|
||||
#define LIBSSH2_HOSTKEY_DSA
|
||||
#endif
|
||||
|
||||
#ifndef OPENSSL_NO_AES
|
||||
#define LIBSSH2_CRYPT_AES256_CBC
|
||||
#define LIBSSH2_CRYPT_RIJNDAEL_CBC_LYSATOR_LIU_SE
|
||||
#define LIBSSH2_CRYPT_AES192_CBC
|
||||
#define LIBSSH2_CRYPT_AES128_CBC
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_BLOWFISH
|
||||
#define LIBSSH2_CRYPT_BLOWFISH_CBC
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_RC4
|
||||
#define LIBSSH2_CRYPT_ARCFOUR
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_CAST
|
||||
#define LIBSSH2_CRYPT_CAST128_CBC
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_DES
|
||||
#define LIBSSH2_CRYPT_3DES_CBC
|
||||
#endif
|
||||
/* LIBSSH2_CRYPT_NONE already defined (or not) by ./configure */
|
||||
|
||||
#ifdef LIBSSH2_HAVE_ZLIB
|
||||
#define LIBSSH2_COMP_ZLIB
|
||||
#endif
|
||||
#define LIBSSH2_COMP_NONE
|
||||
|
||||
#define LIBSSH2_MAC_SHA1
|
||||
#define LIBSSH2_MAC_SHA1_96
|
||||
#ifndef OPENSSL_NO_RIPEMD
|
||||
#define LIBSSH2_MAC_RIPEMD160
|
||||
#define LIBSSH2_MAC_RIPEMD160_OPENSSH_COM
|
||||
#endif
|
||||
/* LIBSSH2_MAC_NONE already defined (or not) by ./configure */
|
||||
|
||||
/* Default generate and safe prime sizes for diffie-hellman-group-exchange-sha1 */
|
||||
#define LIBSSH2_DH_GEX_MINGROUP 1024
|
||||
#define LIBSSH2_DH_GEX_OPTGROUP 1536
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user