Changeset 697 in openpam for trunk/modules/pam_oath/pam_oath.c
- Timestamp:
- Aug 15, 2013, 4:24:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/pam_oath/pam_oath.c
r676 r697 120 120 return (PAM_AUTHINFO_UNAVAIL); 121 121 case nokey_fake: 122 key = oath_ dummy_key(om_hotp, oh_sha1, 6);122 key = oath_key_dummy(om_hotp, oh_sha1, 6); 123 123 break; 124 124 case nokey_ignore:
Note: See TracChangeset
for help on using the changeset viewer.