Merge pull request #189 from ilkondr/ilkondr/fix_includes

include stddef.h for size_t - thanks @ilkondr
This commit is contained in:
kokke
2021-02-16 12:19:13 +01:00
committed by GitHub

1
aes.h
View File

@@ -2,6 +2,7 @@
#define _AES_H_
#include <stdint.h>
#include <stddef.h>
// #define the macros below to 1/0 to enable/disable the mode of operation.
//