changed prototype of (*hash)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@902 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-27 17:45:28 +00:00
parent fec9e52d71
commit f782ff428f

View File

@@ -56,7 +56,7 @@ typedef struct {
OtpAlgID id;
char *name;
int hashsize;
int (*hash)(char *s, size_t len, char *res);
int (*hash)(char *s, size_t len, unsigned char *res);
int (*init)(OtpKey key, char *pwd, char *seed);
int (*next)(OtpKey key);
} OtpAlgorithm;