diff options
author | Lars Thorsen <[email protected]> | 2016-11-01 08:04:16 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-11-04 12:20:31 +0100 |
commit | a30254355bc9798348471878009b6e063ad26fca (patch) | |
tree | d51300344c9897361f4a8033cafba007e25a6c90 /lib/crypto/test/Makefile | |
parent | 3f1fb33b200ee29dad5a88c94b710179be61d98a (diff) | |
download | otp-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/Makefile | 3 |
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) |