X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilcpkcs1.c;fp=lib%2Fsilccrypt%2Fsilcpkcs1.c;h=ed0bd9fc827bc346ec19690fb3017c9529c6ab03;hb=fe64e3c36398fa08a8fc08cda4dafbd652c213ad;hp=c6263fb2e639d1049aa9f53ba9908adea56b7e6a;hpb=c27a4ecc3e616e8a5ee09b8ca888ed6ff3e501f7;p=silc.git diff --git a/lib/silccrypt/silcpkcs1.c b/lib/silccrypt/silcpkcs1.c index c6263fb2..ed0bd9fc 100644 --- a/lib/silccrypt/silcpkcs1.c +++ b/lib/silccrypt/silcpkcs1.c @@ -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,