From e0e7a74bde52a1aa02d1da758128722598fb6dd8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Aug 2019 18:52:53 +0200 Subject: Align with legacy_6x. * Normalize include order. * Backport missed bug fixes. * Remove dead code. --- cram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cram.c') diff --git a/cram.c b/cram.c index 4ac4a31f..969d3d90 100644 --- a/cram.c +++ b/cram.c @@ -15,7 +15,7 @@ #include "socket.h" #include "i18n.h" -#include "fm_md5.h" +#include "fm_md5.h" void hmac_md5 (const unsigned char *password, size_t pass_len, const unsigned char *challenge, size_t chal_len, -- cgit v1.2.3