ezmlmx
0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlmx-0.68
src
include
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
8
extern
void
makehash
(
const
char
*indata,
unsigned
int
inlen,
char
*hash);
9
extern
void
mkauthhash
(
const
char
*s,
unsigned
int
len
,
char
*h);
10
11
#endif
12
mkauthhash
void mkauthhash(const char *s, unsigned int len, char *h)
Definition
makehash.c:133
makehash
void makehash(const char *indata, unsigned int inlen, char *hash)
Definition
makehash.c:104
len
unsigned int len
Definition
ezmlm-cron.c:68
Generated on
for ezmlmx by
1.14.0