X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilcpkcs_i.h;fp=lib%2Fsilccrypt%2Fsilcpkcs_i.h;h=7d6661126df5935fb810aa0f439fbdfd47a2d37b;hp=b730307a216563289382936e450bac1177df01b8;hb=bd548b5771a325d3dc051887d3fd0225550d4418;hpb=957577debbf00959048d7a5adebdff8d5019f1d5 diff --git a/lib/silccrypt/silcpkcs_i.h b/lib/silccrypt/silcpkcs_i.h index b730307a..7d666112 100644 --- a/lib/silccrypt/silcpkcs_i.h +++ b/lib/silccrypt/silcpkcs_i.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2007 Pekka Riikonen + Copyright (C) 1997 - 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 @@ -111,6 +111,7 @@ SilcUInt32 signature_len, \ unsigned char *data, \ SilcUInt32 data_len, \ + SilcBool compute_hash, \ SilcHash hash, \ SilcRng rng, \ SilcPKCSVerifyCb verify_cb, \ @@ -288,6 +289,7 @@ struct SilcPKCSAlgorithmStruct { SilcUInt32 signature_len, \ unsigned char *data, \ SilcUInt32 data_len, \ + SilcBool compute_hash, \ SilcHash hash, \ SilcRng rng, \ SilcPKCSVerifyCb verify_cb, \