diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-11-07 07:49:54 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-11-07 07:49:54 +0100 |
commit | 239cb7d771e945ae5dcb8c8f1e84972f6643a109 (patch) | |
tree | ac26027c4afcb041b6124551f7535107dedd8cee /lib/pkcs11_int.h | |
parent | cbfbd5e39742e3fef7546371a5928236fcefe3b3 (diff) | |
download | gnutls-239cb7d771e945ae5dcb8c8f1e84972f6643a109.tar.gz |
pkcs11_login: set the correct user type on reauthentication
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r-- | lib/pkcs11_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h index f3e73dde09..96e30acffa 100644 --- a/lib/pkcs11_int.h +++ b/lib/pkcs11_int.h @@ -100,7 +100,7 @@ int pkcs11_get_info(struct p11_kit_uri *info, int pkcs11_login(struct pkcs11_session_info *sinfo, struct pin_info_st *pin_info, struct p11_kit_uri *info, unsigned so, - unsigned force); + unsigned reauth); int pkcs11_call_token_func(struct p11_kit_uri *info, const unsigned retry); |