Browse Source

-const

pull/4/head
jl777 5 years ago
parent
commit
9b5f5ca0ad
  1. 4
      src/cc/rogue/xcrypt.c

4
src/cc/rogue/xcrypt.c

@ -590,9 +590,9 @@ 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)
xcrypt( char *key, char *setting)
{
int i;
unsigned int count, salt, l, r0, r1, keybuf[2];

Loading…
Cancel
Save