summaryrefslogtreecommitdiff
path: root/lib/crypto/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/md4.h')
-rw-r--r--lib/crypto/md4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/md4.h b/lib/crypto/md4.h
new file mode 100644
index 0000000000..234e488e4f
--- /dev/null
+++ b/lib/crypto/md4.h
@@ -0,0 +1 @@
+void mdfour(uint8_t *out, const uint8_t *in, int n);