1
1

include/libssh2.h: fix comment: the known host key uses 4 bits (#438)

Этот коммит содержится в:
Daniel Stenberg 2019-12-18 00:01:08 +01:00 коммит произвёл Will Cosgrove
родитель 24fd419bde
Коммит f1b6fca89b

Просмотреть файл

@ -989,7 +989,7 @@ libssh2_knownhost_init(LIBSSH2_SESSION *session);
#define LIBSSH2_KNOWNHOST_KEYENC_RAW (1<<16)
#define LIBSSH2_KNOWNHOST_KEYENC_BASE64 (2<<16)
/* type of key (3 bits) */
/* type of key (4 bits) */
#define LIBSSH2_KNOWNHOST_KEY_MASK (15<<18)
#define LIBSSH2_KNOWNHOST_KEY_SHIFT 18
#define LIBSSH2_KNOWNHOST_KEY_RSA1 (1<<18)