diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 04:39:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 04:39:11 +0300 |
commit | cff5c22c00a14fb19fac8c935229cc399bcedda8 (patch) | |
tree | 5fa26d36e2834246255b8e7fa06b5e690b330ea6 /include/aesni/all.h | |
parent | test: rename the utilities (diff) | |
download | aes-tools-cff5c22c00a14fb19fac8c935229cc399bcedda8.tar.gz aes-tools-cff5c22c00a14fb19fac8c935229cc399bcedda8.zip |
rename header files
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r-- | include/aesni/all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index a383b87..1360320 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -8,7 +8,7 @@ #pragma once -#include "api.h" +#include "block.h" +#include "buffer.h" #include "data.h" -#include "file.h" #include "raw.h" |