diff options
Diffstat (limited to 'com32/libutil/crypt-md5.c')
-rw-r--r-- | com32/libutil/crypt-md5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/libutil/crypt-md5.c b/com32/libutil/crypt-md5.c index 7804e4d5..c5034432 100644 --- a/com32/libutil/crypt-md5.c +++ b/com32/libutil/crypt-md5.c @@ -32,8 +32,6 @@ * UNIX password */ -#include "crypt.h" - static char itoa64[] = /* 0 ... 63 => ascii - 64 */ "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; |