diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -6,17 +6,12 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/03 20:29:33 by cacharle #+# #+# */ -/* Updated: 2020/08/03 12:39:25 by charles ### ########.fr */ +/* Updated: 2020/08/03 13:46:52 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #include "ft_ssl.h" - -/* #if __BYTE_ORDER == __BIG_ENDIAN */ -/* #warn "bonjour" */ -/* #endif */ - static const uint32_t g_md5_state[4] = { 0x67452301, 0xefcdab89, |
