diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm/rc4-parisc.pl')
-rw-r--r-- | src/lib/libcrypto/rc4/asm/rc4-parisc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl index 9eca69902e..7e7974430a 100644 --- a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl | |||
@@ -247,9 +247,9 @@ ___ | |||
247 | 247 | ||
248 | $code.=<<___; | 248 | $code.=<<___; |
249 | 249 | ||
250 | .EXPORT private_RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR | 250 | .EXPORT RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR |
251 | .ALIGN 8 | 251 | .ALIGN 8 |
252 | private_RC4_set_key | 252 | RC4_set_key |
253 | .PROC | 253 | .PROC |
254 | .CALLINFO NO_CALLS | 254 | .CALLINFO NO_CALLS |
255 | .ENTRY | 255 | .ENTRY |