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/crypto | |
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/crypto')
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 79fbd478b3c..fdbafba8528 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2014/07/11 14:01:38 tedu Exp $ +# $OpenBSD: Makefile,v 1.45 2014/07/12 20:11:45 miod Exp $ LIB= crypto @@ -208,9 +208,6 @@ SRCS+= randfile.c rand_lib.c rand_err.c # rc2/ SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c -# rc4/ -SRCS+= rc4_utl.c - # rc5/ #SRCS+= rc5_skey.c rc5_ecb.c rc5cfb64.c rc5ofb64.c |