bool -> SilcBool
[silc.git] / lib / silccrypt / silcpkcs1.c
index c6263fb2e639d1049aa9f53ba9908adea56b7e6a..ed0bd9fc827bc346ec19690fb3017c9529c6ab03 100644 (file)
@@ -33,7 +33,7 @@
    set when `bt' is SILC_PKCS1_BT_PUB.  This function returns TRUE on
    success. */
 
-bool silc_pkcs1_encode(SilcPkcs1BlockType bt,
+SilcBool silc_pkcs1_encode(SilcPkcs1BlockType bt,
                       const unsigned char *data,
                       SilcUInt32 data_len,
                       unsigned char *dest_data,
@@ -96,7 +96,7 @@ bool silc_pkcs1_encode(SilcPkcs1BlockType bt,
    the deocded block does not fit to `dest_data' this returns FALSE.
    Returns TRUE on success. */
 
-bool silc_pkcs1_decode(SilcPkcs1BlockType bt,
+SilcBool silc_pkcs1_decode(SilcPkcs1BlockType bt,
                       const unsigned char *data,
                       SilcUInt32 data_len,
                       unsigned char *dest_data,