From 55760d93e8e8e0c333e7a9e3bf73d855efa2fdbd Mon Sep 17 00:00:00 2001 From: antona Date: Tue, 2 Aug 2005 09:48:42 +0000 Subject: [PATCH] Remove include of openssl/md5.h as that is no longer used. --- ntfsprogs/decrypt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ntfsprogs/decrypt.c b/ntfsprogs/decrypt.c index 876b33f8..0e8a8f4c 100644 --- a/ntfsprogs/decrypt.c +++ b/ntfsprogs/decrypt.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "decrypt.h" @@ -403,6 +402,9 @@ unsigned ntfs_decrypt_user_key_decrypt(ntfs_decrypt_user_key *key, #if 0 // This is the old code based on OpenSSL. Please do not remove it. AIA + +#include + /** * ntfs_desx_key_expand - expand a 128-bit desx key to the needed 192-bit key * @src: source buffer containing 128-bit key