aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/Makefile
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2016-11-01 08:04:16 +0100
committerLars Thorsen <[email protected]>2016-11-04 12:20:31 +0100
commita30254355bc9798348471878009b6e063ad26fca (patch)
treed51300344c9897361f4a8033cafba007e25a6c90 /lib/crypto/test/Makefile
parent3f1fb33b200ee29dad5a88c94b710179be61d98a (diff)
downloadotp-a30254355bc9798348471878009b6e063ad26fca.tar.gz
otp-a30254355bc9798348471878009b6e063ad26fca.tar.bz2
otp-a30254355bc9798348471878009b6e063ad26fca.zip
[crypto] Remove depricated functions
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r--lib/crypto/test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile
index 928a1b1d73..5a81c84558 100644
--- a/lib/crypto/test/Makefile
+++ b/lib/crypto/test/Makefile
@@ -7,8 +7,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
MODULES = \
blowfish_SUITE \
- crypto_SUITE \
- old_crypto_SUITE
+ crypto_SUITE
ERL_FILES= $(MODULES:%=%.erl)