diff --git a/pam_yubico.c b/pam_yubico.c index 5278be5..9766afc 100644 --- a/pam_yubico.c +++ b/pam_yubico.c @@ -878,7 +878,7 @@ pam_sm_authenticate (pam_handle_t * pamh, goto done; } - DBG (("conv returned %l bytes", (unsigned long) strlen(resp->resp))); + DBG (("conv returned %lu bytes", (unsigned long) strlen(resp->resp))); password = resp->resp; }