diff options
Diffstat (limited to 'src/lib/libcrypto/sha/sha_locl.h')
-rw-r--r-- | src/lib/libcrypto/sha/sha_locl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/sha/sha_locl.h b/src/lib/libcrypto/sha/sha_locl.h index 3e6f489b87..2f8aef83f3 100644 --- a/src/lib/libcrypto/sha/sha_locl.h +++ b/src/lib/libcrypto/sha/sha_locl.h | |||
@@ -130,11 +130,7 @@ | |||
130 | # error "Either SHA_0 or SHA_1 must be defined." | 130 | # error "Either SHA_0 or SHA_1 must be defined." |
131 | #endif | 131 | #endif |
132 | 132 | ||
133 | #ifndef FLAT_INC | ||
134 | #include "../md32_common.h" | ||
135 | #else | ||
136 | #include "md32_common.h" | 133 | #include "md32_common.h" |
137 | #endif | ||
138 | 134 | ||
139 | #define INIT_DATA_h0 0x67452301UL | 135 | #define INIT_DATA_h0 0x67452301UL |
140 | #define INIT_DATA_h1 0xefcdab89UL | 136 | #define INIT_DATA_h1 0xefcdab89UL |