Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Tiny AES C
Commits
12e7744b
Unverified
Commit
12e7744b
authored
Feb 16, 2021
by
kokke
Committed by
GitHub
Feb 16, 2021
Browse files
Merge pull request #189 from ilkondr/ilkondr/fix_includes
include stddef.h for size_t - thanks @ilkondr
parents
60fdf976
9a97587a
Changes
1
Hide whitespace changes
Inline
Side-by-side
aes.h
View file @
12e7744b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
#define _AES_H_
#define _AES_H_
#include <stdint.h>
#include <stdint.h>
#include <stddef.h>
// #define the macros below to 1/0 to enable/disable the mode of operation.
// #define the macros below to 1/0 to enable/disable the mode of operation.
//
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment