From: Arran Cudbard-Bell Date: Sat, 30 Oct 2021 21:45:21 +0000 (-0400) Subject: apparently these all need to agree now... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f7c4f954618b141cda90663810a980dfddfc36;p=thirdparty%2Ffreeradius-server.git apparently these all need to agree now... --- diff --git a/src/modules/rlm_mschap/mschap.c b/src/modules/rlm_mschap/mschap.c index 628015b583b..39f2ee09e11 100644 --- a/src/modules/rlm_mschap/mschap.c +++ b/src/modules/rlm_mschap/mschap.c @@ -49,7 +49,7 @@ RCSID("$Id$") * - 0 on success. * - -1 on failure. */ -int mschap_nt_password_hash(uint8_t *out, char const *password) +int mschap_nt_password_hash(uint8_t out[static NT_DIGEST_LENGTH], char const *password) { ssize_t len; uint8_t ucs2_password[512];