summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-20 21:00:29 +0000
committerUlf Möller <ulf@openssl.org>1999-05-20 21:00:29 +0000
commit9dff4cc05100b9989998e4fe061e58d0fbfd6d8e (patch)
tree3900dbb093ee7a45f386ce63ea9159a7675da53b /crypto/md5
parent60ed228e71b5c8cd7f596637b88836e17fe3df5a (diff)
Bring VMS in sync with the recent changes.
Submitted by: Richard Levitte <levitte@stacken.kth.se>
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/md5_locl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index bafd305ad0..cc96bf50d5 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -127,7 +127,11 @@ void md5_block_data_order (MD5_CTX *c, const void *p,int num);
*/
#endif
+#ifndef FLAT_INC
#include "../md32_common.h"
+#else
+#include "md32_common.h"
+#endif
/*
#define F(x,y,z) (((x) & (y)) | ((~(x)) & (z)))