aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/sort/commoncrypto.h
blob: 5170b515cf262034ae19e07433506f20fcd264f1 (plain) (blame)
1
2
3
4
5
6
7
8
#include <CommonCrypto/CommonDigest.h>

#define MD5_CTX CC_MD5_CTX
#define MD5Init CC_MD5_Init
#define MD5Update CC_MD5_Update

char *MD5End(CC_MD5_CTX *, char *);
char *MD5File(const char *, char *);