X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcmessage.c;h=2bb3ef9e1a62026968339d587edcad3bd6d005ce;hb=0e0503a0c47a3950e0c8e65af965499e3ac270aa;hp=19c1959effe1f3f298b90bd43c11d09f9de35690;hpb=4ad81546bc7519f1022850ac8561d365e0a60b20;p=silc.git diff --git a/lib/silccore/silcmessage.c b/lib/silccore/silcmessage.c index 19c1959e..2bb3ef9e 100644 --- a/lib/silccore/silcmessage.c +++ b/lib/silccore/silcmessage.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2006 Pekka Riikonen + Copyright (C) 1997 - 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 @@ -207,7 +207,8 @@ silc_message_signed_payload_encode(const unsigned char *message_payload, /* Compute the hash and the signature. */ if (!silc_pkcs_sign(private_key, sign->data, silc_buffer_len(sign), - auth_data, sizeof(auth_data) - 1, &auth_len, hash)) { + auth_data, sizeof(auth_data) - 1, &auth_len, + TRUE, hash)) { SILC_LOG_ERROR(("Could not compute signature")); silc_buffer_clear(sign); silc_buffer_free(sign);