X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fcast5.c;fp=lib%2Fsilccrypt%2Fcast5.c;h=b0ec9e449448cf9027ff3af6563e884668a0713c;hp=2d5cf2206c62ccc5f353f6c4a739a7e06bb57df7;hb=63da89e60c01aa62254648b3aafc88261181da65;hpb=6d9fec66fd86ab5bc5de8f63c45363ef2c26b490 diff --git a/lib/silccrypt/cast5.c b/lib/silccrypt/cast5.c index 2d5cf220..b0ec9e44 100644 --- a/lib/silccrypt/cast5.c +++ b/lib/silccrypt/cast5.c @@ -44,6 +44,7 @@ SILC_CIPHER_API_INIT(cast5) cast5_key *cast5 = silc_calloc(1, sizeof(cast5_key)); if (cast5) cast5->padlen = 8; + return cast5; } /* Uninitialize */