Update aes.c

This commit is contained in:
kokke
2020-01-24 16:54:19 +01:00
committed by GitHub
parent ca85e00de9
commit f9fc97a6e4

1
aes.c
View File

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