developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | --- hostapd-2.5/src/crypto/crypto_openssl.c 2015-09-27 19:02:05.000000000 +0000 |
| 2 | +++ hostapd-2.5_mod/src/crypto/crypto_openssl.c 2019-03-12 12:38:40.032066497 +0000 |
| 3 | @@ -96,7 +96,8 @@ |
| 4 | #ifndef CONFIG_FIPS |
| 5 | int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) |
| 6 | { |
| 7 | - return openssl_digest_vector(EVP_md4(), num_elem, addr, len, mac); |
| 8 | + //return openssl_digest_vector(EVP_md4(), num_elem, addr, len, mac); |
| 9 | + fprintf(stderr,"##################### We have commented the md4_vector implementation #################\n"); |
| 10 | } |
| 11 | #endif /* CONFIG_FIPS */ |
| 12 | |