const poising

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8667 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-12 00:26:44 +00:00
parent 63d826a6eb
commit 88f664127c
4 changed files with 30 additions and 30 deletions

View File

@@ -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;