diff options
author | Ingela Anderton Andin <[email protected]> | 2015-02-06 19:04:16 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-02-06 19:04:16 +0100 |
commit | b6ec922b75eb95519f1eff7261050a65a81e5927 (patch) | |
tree | 9c9653af449d14a5558064b1dcb8bdce1c1482bc /lib/ssl/test/Makefile | |
parent | 9f6f29e5c58ab9e39a4de3142c9670c925734130 (diff) | |
parent | bca4b9783e9f2d6845b970f23f1b2f9a0ded7121 (diff) | |
download | otp-b6ec922b75eb95519f1eff7261050a65a81e5927.tar.gz otp-b6ec922b75eb95519f1eff7261050a65a81e5927.tar.bz2 otp-b6ec922b75eb95519f1eff7261050a65a81e5927.zip |
Merge branch 'maint'
Conflicts:
lib/ssl/doc/src/ssl_app.xml
lib/ssl/src/ssl_manager.erl
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 3639c2b2da..90a6c3aa42 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2013. All Rights Reserved. +# Copyright Ericsson AB 1999-2015. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -47,6 +47,7 @@ MODULES = \ ssl_npn_handshake_SUITE \ ssl_packet_SUITE \ ssl_payload_SUITE \ + ssl_pem_cache_SUITE \ ssl_session_cache_SUITE \ ssl_to_openssl_SUITE \ ssl_ECC_SUITE \ |