diff options
author | jbj <devnull@localhost> | 2002-06-15 18:49:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-15 18:49:02 +0000 |
commit | 1412d46c3c97f5fb6d8dcf46a827529800a33a96 (patch) | |
tree | ccd51413cbd6f9e5230b9c73ca785c755532b976 /beecrypt/aes.c | |
parent | ba1865e6077d3cbc1d877e1c711bd27503c4a5bc (diff) | |
download | librpm-tizen-1412d46c3c97f5fb6d8dcf46a827529800a33a96.tar.gz librpm-tizen-1412d46c3c97f5fb6d8dcf46a827529800a33a96.tar.bz2 librpm-tizen-1412d46c3c97f5fb6d8dcf46a827529800a33a96.zip |
Make check and splint clean.
Don't install fooopt files, they are merely ASM_FOO switches.
Don't install beecrypt.{api,win}.h
Get rid of autocruft files in CVS.
CVS patchset: 5490
CVS date: 2002/06/15 18:49:02
Diffstat (limited to 'beecrypt/aes.c')
-rw-r--r-- | beecrypt/aes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/beecrypt/aes.c b/beecrypt/aes.c index 2b2bd8c95..87082f7c0 100644 --- a/beecrypt/aes.c +++ b/beecrypt/aes.c @@ -25,6 +25,8 @@ */ #include "system.h" +#include "beecrypt.h" +#include "aesopt.h" #include "aes.h" #include "endianness.h" #include "mp32.h" |