diff options
author | Ingela Anderton Andin <[email protected]> | 2018-08-21 18:44:59 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-08-21 19:06:44 +0200 |
commit | d9ca684badaba4bacf6379681957673b1f4d0565 (patch) | |
tree | 733ac42e3cfd2952058d5d8ebe470dfdda25f840 /lib/ssl/src/Makefile | |
parent | 164f440d9562679d90a6f7f3d708c08e5a493933 (diff) | |
download | otp-d9ca684badaba4bacf6379681957673b1f4d0565.tar.gz otp-d9ca684badaba4bacf6379681957673b1f4d0565.tar.bz2 otp-d9ca684badaba4bacf6379681957673b1f4d0565.zip |
ssl: Move formatting code to own module
The conversion code for different representations of cipher suites
is long an repetitive. We want to hide it in a module that does not
have other functions that we like to look at.
Diffstat (limited to 'lib/ssl/src/Makefile')
-rw-r--r-- | lib/ssl/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/Makefile b/lib/ssl/src/Makefile index 560281c3d5..c0c55c6eb7 100644 --- a/lib/ssl/src/Makefile +++ b/lib/ssl/src/Makefile @@ -62,6 +62,7 @@ MODULES= \ ssl_certificate\ ssl_pkix_db\ ssl_cipher \ + ssl_cipher_format \ ssl_srp_primes \ tls_connection \ dtls_connection \ |