Added preliminary Symbian support.
[silc.git] / lib / silccrypt / silcpk_i.h
index 38029658e5409d4fe8dc0e58c9ee0fd7275169b6..06fe473a582cddae6b8f7ef750afa5575fa5a4be 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2005 Pekka Riikonen
+  Copyright (C) 2005, 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
@@ -69,7 +69,8 @@ SilcBool silc_pkcs_silc_encrypt(void *public_key,
                                SilcUInt32 src_len,
                                unsigned char *dst,
                                SilcUInt32 dst_size,
-                               SilcUInt32 *ret_dst_len);
+                               SilcUInt32 *ret_dst_len,
+                               SilcRng rng);
 SilcBool silc_pkcs_silc_decrypt(void *private_key,
                                unsigned char *src,
                                SilcUInt32 src_len,