arcfour: register keyword is deprecated now
This commit is contained in:
parent
ad40fbe5dc
commit
be8c3faa55
|
@ -71,7 +71,7 @@ public:
|
||||||
I = (I + 1) & mask;
|
I = (I + 1) & mask;
|
||||||
J = (J + S[I]) & mask;
|
J = (J + S[I]) & mask;
|
||||||
|
|
||||||
register inttype t;
|
inttype t;
|
||||||
t = S[J];
|
t = S[J];
|
||||||
S[J] = S[I];
|
S[J] = S[I];
|
||||||
S[I] = t;
|
S[I] = t;
|
||||||
|
|
Loading…
Reference in a new issue