summaryrefslogtreecommitdiffstats
path: root/crypto/md2
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/md2
parentcb145b995bb7d8afedb4acefc828e23617563d1c (diff)
Move all autogenerated header file parts to crypto/opensslconf.h.
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2.h (renamed from crypto/md2/md2.org)12
1 files changed, 1 insertions, 11 deletions
diff --git a/crypto/md2/md2.org b/crypto/md2/md2.h
index de0c7c3532..1a0079fa27 100644
--- a/crypto/md2/md2.org
+++ b/crypto/md2/md2.h
@@ -56,15 +56,6 @@
* [including the GNU Public Licence.]
*/
-/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
- *
- * Always modify md2.org since md2.h is automatically generated from
- * it during SSLeay configuration.
- *
- * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
- */
-
-
#ifndef HEADER_MD2_H
#define HEADER_MD2_H
@@ -74,8 +65,7 @@ extern "C" {
#define MD2_DIGEST_LENGTH 16
#define MD2_BLOCK 16
-
-#define MD2_INT unsigned int
+#include "opensslconf.h" /* MD2_INT */
typedef struct MD2state_st
{