X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.h;h=996f7fe97f10e96506e9548e23aae9add826bbae;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=2a76db06a561803b742fbb8ccf5a599c7cd0ec0f;hpb=22df1889422ee8031d08d1d6f08117c79dbade96;p=silc.git diff --git a/lib/silccrypt/blowfish.h b/lib/silccrypt/blowfish.h index 2a76db06..996f7fe9 100644 --- a/lib/silccrypt/blowfish.h +++ b/lib/silccrypt/blowfish.h @@ -25,6 +25,7 @@ */ SILC_CIPHER_API_SET_KEY(blowfish_cbc); +SILC_CIPHER_API_SET_IV(blowfish_cbc); SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc); SILC_CIPHER_API_ENCRYPT(blowfish_cbc); SILC_CIPHER_API_DECRYPT(blowfish_cbc);