X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.h;h=ece02a38b9cf3731a9eefe4ba421579cadb72f64;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hp=996f7fe97f10e96506e9548e23aae9add826bbae;hpb=fb1e58b1bc106212a845da866d0d4e9433c3ae22;p=crypto.git diff --git a/lib/silccrypt/blowfish.h b/lib/silccrypt/blowfish.h index 996f7fe9..ece02a38 100644 --- a/lib/silccrypt/blowfish.h +++ b/lib/silccrypt/blowfish.h @@ -26,7 +26,8 @@ SILC_CIPHER_API_SET_KEY(blowfish_cbc); SILC_CIPHER_API_SET_IV(blowfish_cbc); -SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc); +SILC_CIPHER_API_INIT(blowfish_cbc); +SILC_CIPHER_API_UNINIT(blowfish_cbc); SILC_CIPHER_API_ENCRYPT(blowfish_cbc); SILC_CIPHER_API_DECRYPT(blowfish_cbc);