]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use correct macro
authorAlan T. DeKok <aland@freeradius.org>
Thu, 28 Sep 2023 21:03:23 +0000 (17:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 28 Sep 2023 21:03:23 +0000 (17:03 -0400)
src/lib/unlang/xlat_builtin.c

index d1d0a2145697a660058e88ec3a1ac990b13143a5..6c25430a15d6c35ed062f842b43d6770f833f120 100644 (file)
@@ -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;