Removed MARS.
[silc.git] / lib / silccrypt / cast.c
index 036a0dc88915d580863187b89fb7f880ee0f04c7..934e37df1be69ba3ddfaf77430f3969788c0bbb7 100644 (file)
@@ -85,14 +85,6 @@ SILC_CIPHER_API_SET_KEY(cast)
 
 SILC_CIPHER_API_SET_KEY_WITH_STRING(cast)
 {
-  /*  unsigned char key[md5_hash_len];
-  SilcMarsContext *ctx = (SilcMarsContext *)context;
-
-  make_md5_hash(string, &key);
-  memcpy(&ctx->key, mars_set_key(&key, keylen), keylen);
-  memset(&key, 'F', sizeoof(key));
-  */
-
   return 1;
 }