summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
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