X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.h;fp=lib%2Fsilccrypt%2Fblowfish.h;h=ece02a38b9cf3731a9eefe4ba421579cadb72f64;hp=996f7fe97f10e96506e9548e23aae9add826bbae;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hpb=1b4e874f9401653b659a6adec2d2f046f9331586 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);