summaryrefslogtreecommitdiffstats
path: root/crypto/rc2
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-21 17:31:05 +0000
committerUlf Möller <ulf@openssl.org>1999-04-21 17:31:05 +0000
commit8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee (patch)
treee47416b5a59301c6506e6db838687370ab3e9556 /crypto/rc2
parentcb145b995bb7d8afedb4acefc828e23617563d1c (diff)
Move all autogenerated header file parts to crypto/opensslconf.h.
Diffstat (limited to 'crypto/rc2')
-rw-r--r--crypto/rc2/rc2.h (renamed from crypto/rc2/rc2.org)12
1 files changed, 1 insertions, 11 deletions
diff --git a/crypto/rc2/rc2.org b/crypto/rc2/rc2.h
index 37354cfa62..507a89698e 100644
--- a/crypto/rc2/rc2.org
+++ b/crypto/rc2/rc2.h
@@ -56,14 +56,6 @@
* [including the GNU Public Licence.]
*/
-/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
- *
- * Always modify rc2.org since rc2.h is automatically generated from
- * it during SSLeay configuration.
- *
- * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
- */
-
#ifndef HEADER_RC2_H
#define HEADER_RC2_H
@@ -74,9 +66,7 @@ extern "C" {
#define RC2_ENCRYPT 1
#define RC2_DECRYPT 0
-/* I need to put in a mod for the alpha - eay */
-#define RC2_INT unsigned short
-
+#include "opensslconf.h" /* RC2_INT */
#define RC2_BLOCK 8
#define RC2_KEY_LENGTH 16