X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.c;h=c1b11b29fe268371f1e2df7d26e0dd9580adc22a;hp=860787a330c54574044fb97be8b3e8a464f95091;hb=fb1e58b1bc106212a845da866d0d4e9433c3ae22;hpb=cfbb152ac8b20cd4581fa72833b7a373de4c3bae diff --git a/lib/silccrypt/blowfish.c b/lib/silccrypt/blowfish.c index 860787a3..c1b11b29 100644 --- a/lib/silccrypt/blowfish.c +++ b/lib/silccrypt/blowfish.c @@ -49,6 +49,13 @@ SILC_CIPHER_API_SET_KEY(blowfish_cbc) return TRUE; } +/* Sets IV for the cipher. */ + +SILC_CIPHER_API_SET_IV(blowfish_cbc) +{ + +} + /* Returns the size of the cipher context. */ SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc)