const poising
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8667 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -61,7 +61,7 @@ typedef struct {
|
||||
char *name;
|
||||
int hashsize;
|
||||
int (*hash)(const char *s, size_t len, unsigned char *res);
|
||||
int (*init)(OtpKey key, char *pwd, char *seed);
|
||||
int (*init)(OtpKey key, const char *pwd, const char *seed);
|
||||
int (*next)(OtpKey key);
|
||||
} OtpAlgorithm;
|
||||
|
||||
|
Reference in New Issue
Block a user