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