From 2f98c4258bada4b7de8dc4401dded43ade7f1c60 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 29 Jun 2001 20:32:47 +0000 Subject: Fix a missing include in des.c and add configurability of loop unrolling to md5.c. Note: by default it is smallest/slowest. --- libcrypt/des.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrypt/des.c') diff --git a/libcrypt/des.c b/libcrypt/des.c index 93803d2e0..04b1e7f2f 100644 --- a/libcrypt/des.c +++ b/libcrypt/des.c @@ -43,6 +43,7 @@ * a no-password login. */ +#include #include extern char * md5_crypt_r( const char *pw, const char *salt, struct crypt_data * data); -- cgit v1.2.3