Added SILC Server library.
[silc.git] / lib / silccrypt / aes.c
index 32bfc5c687b2ba5bd4ef9a0e4dc0f0befd786cff..b8308fd60b304eb1b7b54329819fa9ca55ac38d4 100644 (file)
@@ -39,7 +39,7 @@ Mean:          500 cycles =    51.2 mbits/sec
 
 */
 
-#include "silcincludes.h"
+#include "silc.h"
 #include "rijndael_internal.h"
 #include "aes.h"
 
@@ -64,14 +64,6 @@ SILC_CIPHER_API_SET_KEY(aes)
 
 SILC_CIPHER_API_SET_KEY_WITH_STRING(aes)
 {
-  /*  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;
 }