This commit is contained in:
jl777
2019-02-02 05:22:39 -11:00
parent ff22edb4db
commit 9b5f5ca0ad

View File

@@ -590,9 +590,9 @@ des_cipher(const char *in, char *out, int salt, int count)
memcpy(out, x, sizeof x); memcpy(out, x, sizeof x);
return(retval); return(retval);
} }
xxxx
char * char *
xcrypt(const char *key, const char *setting) xcrypt( char *key, char *setting)
{ {
int i; int i;
unsigned int count, salt, l, r0, r1, keybuf[2]; unsigned int count, salt, l, r0, r1, keybuf[2];