krb5: Use NULL pointer constant

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-23 12:42:53 +12:00
committed by Jeffrey Altman
parent 0e9e1a4f31
commit 744678eb03

View File

@@ -126,7 +126,7 @@ _krb5_evp_hmac_iov(krb5_context context,
ENGINE *engine)
{
HMAC_CTX *ctx;
krb5_data current = {0, 0};
krb5_data current = {0, NULL};
int i;
if (crypto != NULL) {