diff options
author | Ingela Anderton Andin <[email protected]> | 2019-04-29 16:23:09 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2019-05-03 11:43:35 +0200 |
commit | 41bd9fe82a815e68bdb9e45ff63968e21463e5f3 (patch) | |
tree | a981492450859f4d44c2616c8aa627ae34a60922 /lib/ssl/test/Makefile | |
parent | 61102eeb8ea13f48d7f068e272ba957e767a603c (diff) | |
download | otp-41bd9fe82a815e68bdb9e45ff63968e21463e5f3.tar.gz otp-41bd9fe82a815e68bdb9e45ff63968e21463e5f3.tar.bz2 otp-41bd9fe82a815e68bdb9e45ff63968e21463e5f3.zip |
ssl: Add new interop test suite
Remove test form "ECC suites" that are covered by the new interop
suite or by the fairly new ssl_cipher_suite_SUITE.
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index f7fae16088..dba90aaff0 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -44,6 +44,7 @@ MODULES = \ ssl_bench_SUITE \ ssl_cipher_SUITE \ ssl_cipher_suite_SUITE \ + openssl_server_cipher_suite_SUITE\ ssl_certificate_verify_SUITE\ ssl_crl_SUITE\ ssl_dist_SUITE \ |