diff options
author | Hans Nilsson <[email protected]> | 2019-02-27 15:04:10 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-02-27 15:04:10 +0100 |
commit | 2337695557f4d7f0993c705543bb4a63ad61961b (patch) | |
tree | 0783620529c6748b6c23580e1e278634c3f9a335 /lib/crypto/test/Makefile | |
parent | aa1135ccc2354841c00b40da5f7260dc299b7bf3 (diff) | |
parent | 24832247a501862f3ba083712da3d282e5458849 (diff) | |
download | otp-2337695557f4d7f0993c705543bb4a63ad61961b.tar.gz otp-2337695557f4d7f0993c705543bb4a63ad61961b.tar.bz2 otp-2337695557f4d7f0993c705543bb4a63ad61961b.zip |
Merge branch 'hans/crypto/cuddle_tests' into maint
* hans/crypto/cuddle_tests:
crypto: Remove assertion
crypto: Fail if FIPS mode is present but can't be enabled
crypto: Remove blowfish_SUITE.
crypto: Update crypto_SUITE checking of FIPS
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r-- | lib/crypto/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile index 8b320e01a9..988d95a8bc 100644 --- a/lib/crypto/test/Makefile +++ b/lib/crypto/test/Makefile @@ -7,7 +7,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ crypto_bench_SUITE \ - blowfish_SUITE \ crypto_SUITE \ engine_SUITE |