diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-21 19:31:05 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-21 19:31:05 +0200 |
commit | 8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee (patch) | |
tree | e47416b5a59301c6506e6db838687370ab3e9556 /crypto/idea | |
parent | Remove some unnecessary(?) casting. (diff) | |
download | openssl-8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee.tar.xz openssl-8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee.zip |
Move all autogenerated header file parts to crypto/opensslconf.h.
Diffstat (limited to 'crypto/idea')
-rw-r--r-- | crypto/idea/idea.h (renamed from crypto/idea/idea.org) | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/crypto/idea/idea.org b/crypto/idea/idea.h index 5b3084fada..59a9fa3622 100644 --- a/crypto/idea/idea.org +++ b/crypto/idea/idea.h @@ -56,15 +56,6 @@ * [including the GNU Public Licence.] */ -/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING - * - * Always modify idea.org since idea.h is automatically generated from - * it during SSLeay configuration. - * - * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING - */ - - #ifndef HEADER_IDEA_H #define HEADER_IDEA_H @@ -75,7 +66,7 @@ extern "C" { #define IDEA_ENCRYPT 1 #define IDEA_DECRYPT 0 -#define IDEA_INT unsigned int +#include "opensslconf.h" /* IDEA_INT */ #define IDEA_BLOCK 8 #define IDEA_KEY_LENGTH 16 |