(otp_print_stddict_extended, otp_print_hex_extended): New functions.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1019 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-17 07:27:40 +00:00
parent c3ffbc4671
commit 39f47493d8
2 changed files with 16 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ typedef struct {
OtpAlgorithm *otp_find_alg (char *name);
void otp_print_stddict (OtpKey key, char *str);
void otp_print_hex (OtpKey key, char *str);
void otp_print_stddict_extended (OtpKey key, char *str);
void otp_print_hex_extended (OtpKey key, char *str);
unsigned otp_checksum (OtpKey key);
int otp_parse_hex (OtpKey key, char *);
int otp_parse_stddict (OtpKey key, char *);