Remove email addresses from source code.
[openssl.git] / crypto / rc4 / asm / rc4-parisc.pl
index 006b6b01af7d2a217d6774c0d6bab81c93350cc0..229c6c7dab336a2d2d10da84748e92f34465e9bf 100644 (file)
@@ -8,7 +8,7 @@
 
 
 # ====================================================================
-# Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
+# Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
 # project. The module is, however, dual licensed under OpenSSL and
 # CRYPTOGAMS licenses depending on where you obtain it. For further
 # details see http://www.openssl.org/~appro/cryptogams/.
@@ -98,7 +98,7 @@ sub unrolledloopbody {
 for ($i=0;$i<4;$i++) {
 $code.=<<___;
        ldo     1($XX[0]),$XX[1]
-       `sprintf("$LDX  %$TY(%$key),%$dat1") if ($i>0)` 
+       `sprintf("$LDX  %$TY(%$key),%$dat1") if ($i>0)`
        and     $mask,$XX[1],$XX[1]
        $LDX    $YY($key),$TY
        $MKX    $YY,$key,$ix
@@ -166,7 +166,7 @@ RC4
        ldo     `2*$SZ`($key),$key
 
        ldi     0xff,$mask
-       ldi     3,$dat0         
+       ldi     3,$dat0
 
        ldo     1($XX[0]),$XX[0]        ; warm up loop
        and     $mask,$XX[0],$XX[0]