aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-19 12:15:24 +0000
committerUlf Möller <ulf@openssl.org>2000-03-19 12:15:24 +0000
commit2501b335fa1601082cfa3d6fe16c04f2ec424dd3 (patch)
tree4ac00d55ba1261738335dc72f55b0e68038e246a /crypto/md5/md5_locl.h
parent48b83a250445b171fb2477102ec28451c9dc59b4 (diff)
downloadopenssl-2501b335fa1601082cfa3d6fe16c04f2ec424dd3.tar.gz
FLAT_INC is not needed; we use -I.. all the time
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r--crypto/md5/md5_locl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 06af633228..c912484122 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -135,11 +135,7 @@ 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)))