1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libcli/auth: Use correct enumeration constant

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-11-23 19:24:27 +13:00 committed by Andrew Bartlett
parent 4bb031f875
commit cee483fd4a

View File

@ -125,7 +125,7 @@ static NTSTATUS netlogon_creds_init_128bit(struct netlogon_creds_CredentialState
const struct samr_Password *machine_password)
{
uint8_t zero[4] = {0};
uint8_t tmp[gnutls_hash_get_len(GNUTLS_MAC_MD5)];
uint8_t tmp[gnutls_hash_get_len(GNUTLS_DIG_MD5)];
gnutls_hash_hd_t hash_hnd = NULL;
int rc;