Header documentation changes and other small fixes
[crypto.git] / lib / silcssh / silcssh.c
index 89c5d1a36c4d5ef182c95ed55ebbff85d8b4f10a..927489c3ce2b1a08fe62a518adf1c5d98b24dc3c 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2007 Pekka Riikonen
+  Copyright (C) 2007 - 2008 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 
 */
 
-#include "silc.h"
+#include "silccrypto.h"
 
 /************************* Static utility functions *************************/
 
@@ -284,7 +284,7 @@ int silc_ssh_public_key_decode(unsigned char *key, SilcUInt32 key_len,
                           SILC_STR_ADVANCE,
                           SILC_STR_UI32_STRING_ALLOC(&type),
                           SILC_STR_END) < 0) {
-    SILC_LOG_ERROR(("Malformed SSH2 public key"));
+    SILC_LOG_DEBUG(("Malformed SSH2 public key"));
     goto err;
   }