Update aes.c

This commit is contained in:
kokke 2014-06-03 00:23:56 +02:00
parent 45e7338251
commit 325313fbe2
1 changed files with 0 additions and 1 deletions

1
aes.c
View File

@ -36,7 +36,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
/*****************************************************************************/
/* Includes: */
/*****************************************************************************/
#include <string.h>
#include <stdint.h>
#include "aes.h"