Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
if (data.data == NULL || data.length == 0) {
DBG_ERR("Nothing to encrypt "
- "data.data == NULL or data.length == 0");
+ "data.data == NULL or data.length == 0\n");
return NT_STATUS_INVALID_PARAMETER;
}
/*
&key);
if (krb5_ret != 0) {
DEBUG(1,("cli_credentials_get_aes256_key: "
- "generation of a aes256-cts-hmac-sha1-96 key failed: %s",
+ "generation of a aes256-cts-hmac-sha1-96 key failed: %s\n",
smb_get_krb5_error_message(smb_krb5_context->krb5_context,
krb5_ret, mem_ctx)));
return EINVAL;