summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/misc/coding/md5.h
blob: 9da922969eb4b29cce9afd6784dc8a3c0f5d72b8 (plain)
1
2
3
4
5
6
#ifndef __md5_h
#define __md5_h

void CalculateMD5(unsigned char *buffer, int length, unsigned char *checksum);

#endif