Created SILC Crypto Toolkit git repository.
[crypto.git] / lib / silccrypt / rc5.c
index ea377c5814e10ce2a507f85ec33943d7f3326714..b84289b2f99658c8d4af26814510d980af87371e 100644 (file)
@@ -38,7 +38,7 @@
  *
  */
 
-#include "silc.h"
+#include "silccrypto.h"
 #include "rc5_internal.h"
 #include "rc5.h"
 
@@ -58,6 +58,13 @@ SILC_CIPHER_API_SET_KEY(rc5_cbc)
   return TRUE;
 }
 
+/* Sets IV for the cipher. */
+
+SILC_CIPHER_API_SET_IV(rc5_cbc)
+{
+
+}
+
 /* Returns the size of the cipher context. */
 
 SILC_CIPHER_API_CONTEXT_LEN(rc5_cbc)