From 904c6ed853af02c4de5ad45356345c5b50e9f62f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 28 Apr 2010 12:14:03 +0200 Subject: Renamed private type TYPE_RSA to SSH_KEYTYPE_* Also made this enum public --- include/libssh/priv.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 122dc129..47039149 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -55,12 +55,6 @@ #define CLIENTBANNER1 "SSH-1.5-libssh-" SSH_STRINGIFY(LIBSSH_VERSION) #define CLIENTBANNER2 "SSH-2.0-libssh-" SSH_STRINGIFY(LIBSSH_VERSION) #define KBDINT_MAX_PROMPT 256 /* more than openssh's :) */ -/* some types for public keys */ -enum public_key_types_e{ - TYPE_DSS=1, - TYPE_RSA, - TYPE_RSA1 -}; #ifdef __cplusplus extern "C" { -- cgit