Changeset 752 in openpam
- Timestamp:
- Jan 20, 2014, 10:47:10 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/man/Makefile.am
r719 r752 64 64 OATH_MAN = \ 65 65 oath_key_alloc.3 \ 66 oath_key_create.3 \ 66 67 oath_key_dummy.3 \ 67 68 oath_key_free.3 \ -
trunk/include/security/oath.h
r694 r752 38 38 39 39 struct oath_key *oath_key_alloc(void); 40 struct oath_key *oath_key_create(const char *, enum oath_mode, 41 enum oath_hash, const char *, size_t); 40 42 void oath_key_free(struct oath_key *); 41 43 struct oath_key *oath_key_from_uri(const char *); -
trunk/lib/liboath/Makefile.am
r694 r752 11 11 oath_totp.c \ 12 12 oath_key_alloc.c \ 13 oath_key_create.c \ 13 14 oath_key_dummy.c \ 14 15 oath_key_free.c \
Note: See TracChangeset
for help on using the changeset viewer.