krb5: Use NULL pointer constant
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
0e9e1a4f31
commit
744678eb03
@@ -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) {
|
||||
|
Reference in New Issue
Block a user