Update aes.c
This commit is contained in:
1
aes.c
1
aes.c
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user