added finddead target, removed dead code and made some functions
[rsync/rsync.git] / authenticate.c
index 0ff318b..5ecce15 100644 (file)
@@ -112,7 +112,7 @@ static int get_secret(int module, char *user, char *secret, int len)
 }
 
 /* generate a 16 byte hash from a password and challenge */
-void generate_hash(char *in, char *challenge, char *out)
+static void generate_hash(char *in, char *challenge, char *out)
 {
        char buf[16];