summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/crypto
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-07-12 20:11:45 +0000
committermiod <miod@openbsd.org>2014-07-12 20:11:45 +0000
commite5b6e7ce24fae5eb85bd876c3dcbfa92b0cce25c (patch)
treeca380330d78b2b09a57963bd3656d644458910f1 /lib/libcrypto/crypto
parentMark the interface down and cancel the watchdog timer in imxenet_stop(). (diff)
downloadwireguard-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/Makefile5
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