mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Pedantic polish to rc4-ia64.pl.
This commit is contained in:
parent
b3f56e8b38
commit
2802ec65c2
@ -231,7 +231,7 @@ sub emit_body {
|
||||
___
|
||||
|
||||
if (($p & 0xf) == 0) {
|
||||
$c.="#ifdef RC4_BIG_ENDIAN\n";
|
||||
$c.="#ifdef HOST_IS_BIG_ENDIAN\n";
|
||||
&I(\$c,"shr.u OutWord[%u] = OutWord[%u], 32;;",
|
||||
$iw1 % $NOutWord, $iw1 % $NOutWord);
|
||||
$c.="#endif\n";
|
||||
@ -392,7 +392,7 @@ $code=<<___;
|
||||
/* Define a macro for the bit number of the n-th byte: */
|
||||
|
||||
#if defined(_HPUX_SOURCE) || defined(B_ENDIAN)
|
||||
# define RC4_BIG_ENDIAN
|
||||
# define HOST_IS_BIG_ENDIAN
|
||||
# define BYTE_POS(n) (56 - (8 * (n)))
|
||||
#else
|
||||
# define BYTE_POS(n) (8 * (n))
|
||||
|
Loading…
Reference in New Issue
Block a user