From a30254355bc9798348471878009b6e063ad26fca Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Tue, 1 Nov 2016 08:04:16 +0100 Subject: [crypto] Remove depricated functions --- lib/crypto/test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/crypto/test/Makefile') 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) -- cgit v1.2.3