aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-02-06 16:05:01 +0100
committerIngela Anderton Andin <[email protected]>2015-02-06 16:05:01 +0100
commitbca4b9783e9f2d6845b970f23f1b2f9a0ded7121 (patch)
tree997bef1bc4b1bc67b4fc86b70af1ea851d036b21 /lib/ssl/test/Makefile
parent6cdbe4b9a3bb89d02f4d4f5cd513615d19191b5d (diff)
parentfa9fda4a50ad92bb55f2a5707f0ec1dc7cf47d79 (diff)
downloadotp-bca4b9783e9f2d6845b970f23f1b2f9a0ded7121.tar.gz
otp-bca4b9783e9f2d6845b970f23f1b2f9a0ded7121.tar.bz2
otp-bca4b9783e9f2d6845b970f23f1b2f9a0ded7121.zip
Merge branch 'ia/ssl/pem-cache/OTP-12464' into maint
* ia/ssl/pem-cache/OTP-12464: ssl: Improve PEM cache by validating entries
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r--lib/ssl/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile
index 2f8ff6f04e..0d241707d9 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
@@ -46,6 +46,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 \