Changeset 846 in openpam
- Timestamp:
- Dec 11, 2014, 1:58:15 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/man/Makefile.am
r834 r846 71 71 oath_key_from_file.3 \ 72 72 oath_key_from_uri.3 \ 73 oath_mode.3 \ 73 74 oath_uri_decode.3 \ 74 75 $(NULL) -
trunk/include/security/oath.h
r799 r846 49 49 struct oath_key *oath_key_dummy(enum oath_mode, enum oath_hash, unsigned int); 50 50 51 enum oath_mode oath_mode(const char *); 52 51 53 unsigned int oath_hotp(const uint8_t *, size_t, uint64_t, unsigned int); 52 54 unsigned int oath_hotp_current(struct oath_key *); -
trunk/lib/liboath/Makefile.am
r834 r846 19 19 oath_key_free.c \ 20 20 oath_key.c \ 21 oath_mode.c \ 21 22 oath_uri_decode.c 22 23
Note: See TracChangeset
for help on using the changeset viewer.