X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcssh%2Fsilcssh.c;h=927489c3ce2b1a08fe62a518adf1c5d98b24dc3c;hb=9b499de7f8fdbb24c32b8a0a84bb2fbbcdab782a;hp=89c5d1a36c4d5ef182c95ed55ebbff85d8b4f10a;hpb=96d69ecd5b1e5090db05efee7c992e2b2b1e3062;p=crypto.git diff --git a/lib/silcssh/silcssh.c b/lib/silcssh/silcssh.c index 89c5d1a3..927489c3 100644 --- a/lib/silcssh/silcssh.c +++ b/lib/silcssh/silcssh.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - 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; }