diff options
author | 2014-07-12 20:11:45 +0000 | |
---|---|---|
committer | 2014-07-12 20:11:45 +0000 | |
commit | e5b6e7ce24fae5eb85bd876c3dcbfa92b0cce25c (patch) | |
tree | ca380330d78b2b09a57963bd3656d644458910f1 /lib/libcrypto/rc4/asm/rc4-parisc.pl | |
parent | Mark the interface down and cancel the watchdog timer in imxenet_stop(). (diff) | |
download | wireguard-openbsd-e5b6e7ce24fae5eb85bd876c3dcbfa92b0cce25c.tar.xz wireguard-openbsd-e5b6e7ce24fae5eb85bd876c3dcbfa92b0cce25c.zip |
Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been
done for other symmetric algorithms recently.
Diffstat (limited to 'lib/libcrypto/rc4/asm/rc4-parisc.pl')
-rw-r--r-- | lib/libcrypto/rc4/asm/rc4-parisc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/rc4/asm/rc4-parisc.pl b/lib/libcrypto/rc4/asm/rc4-parisc.pl index 9eca69902e1..7e7974430aa 100644 --- a/lib/libcrypto/rc4/asm/rc4-parisc.pl +++ b/lib/libcrypto/rc4/asm/rc4-parisc.pl @@ -247,9 +247,9 @@ ___ $code.=<<___; - .EXPORT private_RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR + .EXPORT RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR .ALIGN 8 -private_RC4_set_key +RC4_set_key .PROC .CALLINFO NO_CALLS .ENTRY |