X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcauth.c;h=da2a502fe210c9c43e31a16c49aa464aa14abbcb;hb=0e0503a0c47a3950e0c8e65af965499e3ac270aa;hp=25aadd8f61e04689b33ac8b4ee4994a3070e0924;hpb=4ad81546bc7519f1022850ac8561d365e0a60b20;p=silc.git diff --git a/lib/silccore/silcauth.c b/lib/silccore/silcauth.c index 25aadd8f..da2a502f 100644 --- a/lib/silccore/silcauth.c +++ b/lib/silccore/silcauth.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2001 - 2006 Pekka Riikonen + Copyright (C) 2001 - 2007 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 @@ -290,7 +290,7 @@ silc_auth_public_key_auth_generate_wpub(SilcPublicKey public_key, /* Compute the hash and the signature. */ if (!silc_pkcs_sign(private_key, tmp, tmp_len, auth_data, - sizeof(auth_data) - 1, &auth_len, hash)) { + sizeof(auth_data) - 1, &auth_len, TRUE, hash)) { memset(tmp, 0, tmp_len); silc_free(tmp); return NULL;