Added SILC Server library.
[silc.git] / lib / silccrypt / blowfish.c
index fb3d8c8b65a8830cfeb728952225ad2f70bd27e1..355d64a87f5b2911d72e7c8455188bd750411711 100644 (file)
@@ -33,7 +33,7 @@
  *
  */
 
-#include "silcincludes.h"
+#include "silc.h"
 #include "blowfish_internal.h"
 #include "blowfish.h"
 
@@ -54,14 +54,6 @@ SILC_CIPHER_API_SET_KEY(blowfish)
 
 SILC_CIPHER_API_SET_KEY_WITH_STRING(blowfish)
 {
-  /*  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;
 }