ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
makehash.h
Go to the documentation of this file.
1#ifndef MAKEHASH_H
2#define MAKEHASH_H
3
4#define HASHLEN 20
5
6//char hboundary[HASHLEN];
7
8extern void makehash(const char *indata,unsigned int inlen,char *hash);
9extern void mkauthhash(const char *s,unsigned int len,char *h);
10
11#endif
12
void mkauthhash(const char *s, unsigned int len, char *h)
Definition makehash.c:133
void makehash(const char *indata, unsigned int inlen, char *hash)
Definition makehash.c:104
unsigned int len
Definition ezmlm-cron.c:68