Changeset 679 in openpam for trunk/include
- Timestamp:
- Mar 18, 2013, 9:38:58 PM (8 years ago)
- Location:
- trunk/include/security
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/security/oath.h
r678 r679 43 43 char *oath_key_to_uri(const struct oath_key *); 44 44 45 #define DUMMY_LABEL ("oath-dummy-key")46 #define DUMMY_LABELLEN (sizeof DUMMY_LABEL)47 #define DUMMY_KEYLEN 6448 49 45 struct oath_key *oath_dummy_key(enum oath_mode, enum oath_hash, unsigned int); 50 46 -
trunk/include/security/oath_constants.h
r678 r679 77 77 #define OATH_MAX_LABELLEN 64 78 78 79 /* 80 * Label to use for dummy keys 81 */ 82 #define OATH_DUMMY_LABEL "oath-dummy-key" 83 79 84 #endif
Note: See TracChangeset
for help on using the changeset viewer.