From: Alan T. DeKok Date: Thu, 28 Sep 2023 21:03:23 +0000 (-0400) Subject: use correct macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efbc4107fae5adfe966e53c492ec40d52976b744;p=thirdparty%2Ffreeradius-server.git use correct macro --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index d1d0a214569..6c25430a15d 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -1737,7 +1737,7 @@ static xlat_action_t xlat_func_md4(TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, UNUSED request_t *request, fr_value_box_list_t *args) { - uint8_t digest[MD5_DIGEST_LENGTH]; + uint8_t digest[MD4_DIGEST_LENGTH]; fr_value_box_t *vb; fr_value_box_t *in_head;