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 | |
parent | test: rename the utilities (diff) | |
download | aes-tools-cff5c22c00a14fb19fac8c935229cc399bcedda8.tar.gz aes-tools-cff5c22c00a14fb19fac8c935229cc399bcedda8.zip |
rename header files
Diffstat (limited to '')
-rw-r--r-- | include/aesni/all.h | 4 | ||||
-rw-r--r-- | include/aesni/block.h (renamed from include/aesni/api.h) | 0 | ||||
-rw-r--r-- | include/aesni/buffer.h (renamed from include/aesni/file.h) | 0 |
3 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" diff --git a/include/aesni/api.h b/include/aesni/block.h index ea11817..ea11817 100644 --- a/include/aesni/api.h +++ b/include/aesni/block.h diff --git a/include/aesni/file.h b/include/aesni/buffer.h index f3c845d..f3c845d 100644 --- a/include/aesni/file.h +++ b/include/aesni/buffer.h |