Fixed counter mode encryption/decryption.
[silc.git] / lib / silccrypt / blowfish.c
index 860787a330c54574044fb97be8b3e8a464f95091..c1b11b29fe268371f1e2df7d26e0dd9580adc22a 100644 (file)
@@ -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)