summaryrefslogtreecommitdiffstats
path: root/text_cmds/md5/commoncrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/md5/commoncrypto.h')
-rw-r--r--text_cmds/md5/commoncrypto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/text_cmds/md5/commoncrypto.h b/text_cmds/md5/commoncrypto.h
new file mode 100644
index 0000000..ed10d9a
--- /dev/null
+++ b/text_cmds/md5/commoncrypto.h
@@ -0,0 +1,8 @@
+#include <CommonCrypto/CommonDigest.h>
+#include <CommonCrypto/CommonDigestSPI.h>
+
+char *Digest_End(CCDigestRef, char *);
+
+char *Digest_Data(CCDigestAlg, const void *, size_t, char *);
+
+char *Digest_File(CCDigestAlg, const char *, char *);