From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- lib/crypto/md4.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/crypto/md4.h (limited to 'lib/crypto/md4.h') diff --git a/lib/crypto/md4.h b/lib/crypto/md4.h new file mode 100644 index 0000000..234e488 --- /dev/null +++ b/lib/crypto/md4.h @@ -0,0 +1 @@ +void mdfour(uint8_t *out, const uint8_t *in, int n); -- cgit v1.2.3