-const
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user