diff options
-rw-r--r-- | aes.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |