This commit is contained in:
jl777
2019-02-02 05:20:34 -11:00
parent 00a3970bef
commit ff22edb4db

View File

@@ -590,7 +590,7 @@ des_cipher(const char *in, char *out, int salt, int count)
memcpy(out, x, sizeof x);
return(retval);
}
xxxx
char *
xcrypt(const char *key, const char *setting)
{