SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / lib / silcssh / silcssh.h
index f07b7cb11b0aaa45543289e342a2fd997db7425e..6ebbe764cb4e3331acb24424e8d6b57fa1ee9b96 100644 (file)
@@ -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
  *