mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-31 16:52:19 +01:00
do_challenge_response: Remove 2 unused variables.
This commit is contained in:
parent
a7bd2efa95
commit
43134038a5
@ -448,11 +448,9 @@ do_challenge_response(pam_handle_t *pamh, struct cfg *cfg, const char *username)
|
|||||||
|
|
||||||
unsigned int flags = 0;
|
unsigned int flags = 0;
|
||||||
unsigned int response_len = 0;
|
unsigned int response_len = 0;
|
||||||
unsigned int expect_bytes = 0;
|
|
||||||
YK_KEY *yk = NULL;
|
YK_KEY *yk = NULL;
|
||||||
CR_STATE state;
|
CR_STATE state;
|
||||||
|
|
||||||
int len;
|
|
||||||
char *errstr = NULL;
|
char *errstr = NULL;
|
||||||
|
|
||||||
struct passwd *p;
|
struct passwd *p;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user