From f35dbff3c4aab26087fc7aa9f11757ddfe23a9dc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 May 2009 14:36:16 +0200 Subject: [PATCH] LIBSSH2_KNOWNHOST_TYPE_DEFAULT is not a good idea, scrap it --- include/libssh2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/libssh2.h b/include/libssh2.h index 28c2ca3..26cc944 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -698,9 +698,6 @@ libssh2_knownhost_init(LIBSSH2_SESSION *session); * */ -#define LIBSSH2_KNOWNHOST_TYPE_DEFAULT (LIBSSH2_KNOWNHOST_TYPE_PLAIN | \ - LIBSSH2_KNOWNHOST_KEYENC_RAW) - /* host format (2 bits) */ #define LIBSSH2_KNOWNHOST_TYPE_MASK 0xffff #define LIBSSH2_KNOWNHOST_TYPE_PLAIN 1