diff --git a/missing/crypt_r.c b/missing/crypt_r.c index b3faaa62c7..67dd50f062 100644 --- a/missing/crypt_r.c +++ b/missing/crypt_r.c @@ -313,7 +313,7 @@ static struct crypt_data default_crypt_data; char * crypt(const char *key, const char *setting) { - return crypt_r(key, setting, &default_crypt_data); + return crypt_r(key, setting, &default_crypt_data); } /* @@ -413,7 +413,7 @@ crypt_r(const char *key, const char *setting, struct crypt_data *data) void des_setkey(const char *key) { - des_setkey_r(key, &default_crypt_data); + des_setkey_r(key, &default_crypt_data); } void @@ -452,7 +452,7 @@ des_setkey_r(const char *key, struct crypt_data *data) void des_cipher(const char *in, char *out, long salt, int num_iter) { - des_cipher_r(in, out, salt, num_iter, &default_crypt_data); + des_cipher_r(in, out, salt, num_iter, &default_crypt_data); } void @@ -740,7 +740,7 @@ init_perm(C_block perm[64/CHUNKBITS][1<