diff options
Diffstat (limited to 'src/lib/libcrypto/md5/md5_locl.h')
-rw-r--r-- | src/lib/libcrypto/md5/md5_locl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/md5/md5_locl.h b/src/lib/libcrypto/md5/md5_locl.h index 06af633228..c912484122 100644 --- a/src/lib/libcrypto/md5/md5_locl.h +++ b/src/lib/libcrypto/md5/md5_locl.h | |||
@@ -135,11 +135,7 @@ void md5_block_data_order (MD5_CTX *c, const void *p,int num); | |||
135 | */ | 135 | */ |
136 | #endif | 136 | #endif |
137 | 137 | ||
138 | #ifndef FLAT_INC | ||
139 | #include "../md32_common.h" | ||
140 | #else | ||
141 | #include "md32_common.h" | 138 | #include "md32_common.h" |
142 | #endif | ||
143 | 139 | ||
144 | /* | 140 | /* |
145 | #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) | 141 | #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) |