Remove references to .org header file names.
[openssl.git] / crypto / rc2 / rc2.h
index 9232bbd564f17a7d9a17cb659f944523942c6dfb..2fc48f11fa7049763f1d076bea196a5c4490e7bb 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2.org */
+/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * [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 int
-
+#include "opensslconf.h" /* RC2_INT */
 #define RC2_BLOCK      8
 #define RC2_KEY_LENGTH 16