Fixed counter mode encryption/decryption.
[silc.git] / lib / silccrypt / cast.c
index e1e1a816ad47fc06f060f79116c0c1a9d71b21ff..65b9f1d29ce5caa9ce9c259d4db71c9a8944427a 100644 (file)
@@ -80,6 +80,13 @@ SILC_CIPHER_API_SET_KEY(cast_cbc)
   return TRUE;
 }
 
+/* Sets IV for the cipher. */
+
+SILC_CIPHER_API_SET_IV(cast_cbc)
+{
+
+}
+
 /* Returns the size of the cipher context. */
 
 SILC_CIPHER_API_CONTEXT_LEN(cast_cbc)