summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-07-12 20:11:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-07-12 20:11:46 +0000
commit1642d378e61c0ceb1e92a1e50fda710584c4c633 (patch)
treefaeac0886aab65135a3f9c0c8f6150766ff2e9a6 /lib/libcrypto
parent1322c9653aa3d5d993b5eef61565d64fe44e933e (diff)
Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been
done for other symmetric algorithms recently.
Diffstat (limited to 'lib/libcrypto')
-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