Created SILC Crypto Toolkit git repository.
[crypto.git] / lib / silccrypt / cast.c
index e1e1a816ad47fc06f060f79116c0c1a9d71b21ff..dbf27e716d94dc6a3a28c7a5f334784c71997965 100644 (file)
@@ -58,7 +58,7 @@ Mean:          674 cycles =    38.0 mbits/sec
 
 */
 
-#include "silc.h"
+#include "silccrypto.h"
 #include "cast_internal.h"
 #include "cast.h"
 
@@ -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)