diff options
author | miod <> | 2014-07-12 20:11:45 +0000 |
---|---|---|
committer | miod <> | 2014-07-12 20:11:45 +0000 |
commit | f9a1965b55172034933a39d8fb8dfd6a6d32c7a7 (patch) | |
tree | 7ff4083d03be3653d14d8297fb0377c332f66c8d /src/lib/libcrypto/rc4/asm/rc4-parisc.pl | |
parent | 7e58d56f7a655feae6127c5fb15e4042012d02f5 (diff) | |
download | openbsd-f9a1965b55172034933a39d8fb8dfd6a6d32c7a7.tar.gz openbsd-f9a1965b55172034933a39d8fb8dfd6a6d32c7a7.tar.bz2 openbsd-f9a1965b55172034933a39d8fb8dfd6a6d32c7a7.zip |
Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been
done for other symmetric algorithms recently.
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 |