X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcssh%2Fsilcssh.h;fp=lib%2Fsilcssh%2Fsilcssh.h;h=6ebbe764cb4e3331acb24424e8d6b57fa1ee9b96;hp=f07b7cb11b0aaa45543289e342a2fd997db7425e;hb=87f7fe2aac95581dbd3e6258b6276da08952c13d;hpb=bd548b5771a325d3dc051887d3fd0225550d4418 diff --git a/lib/silcssh/silcssh.h b/lib/silcssh/silcssh.h index f07b7cb1..6ebbe764 100644 --- a/lib/silcssh/silcssh.h +++ b/lib/silcssh/silcssh.h @@ -17,7 +17,7 @@ */ -/****h* silcssh/SILC SSH Interface +/****h* silcssh/SSH Interface * * DESCRIPTION * @@ -87,6 +87,7 @@ typedef enum { SILC_SSH_KEY_OPENSSH = 1, /* OpenSSH public/private key (default) */ SILC_SSH_KEY_SSH2 = 2, /* SSH2 public key, RFC 4716 */ } SilcSshKeyType; +/***/ /****s* silcssh/SilcSshPublicKey *