aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-10-06 11:53:52 +0200
committerIngela Anderton Andin <[email protected]>2011-10-06 11:53:52 +0200
commit00202339445daae6ed931f28f932089d5c3dd455 (patch)
treec08c4bb7b615ccb1b3325ce7ad65179a5f15be2a /lib/ssl/Makefile
parent811e0de29d02031acb0771e1fa74d8f4f97574a6 (diff)
parent64a3651b3ece1a1e3195f20e37247f929d179f61 (diff)
downloadotp-00202339445daae6ed931f28f932089d5c3dd455.tar.gz
otp-00202339445daae6ed931f28f932089d5c3dd455.tar.bz2
otp-00202339445daae6ed931f28f932089d5c3dd455.zip
Merge branch 'ia/ssl/remove-old-ssl/OTP-7048'
* ia/ssl/remove-old-ssl/OTP-7048: Remove old ssl implementation and deprecated function ssl:peercert/1 Conflicts: lib/ssl/test/Makefile
Diffstat (limited to 'lib/ssl/Makefile')
-rw-r--r--lib/ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/Makefile b/lib/ssl/Makefile
index daad7dc3e6..a7a95004a6 100644
--- a/lib/ssl/Makefile
+++ b/lib/ssl/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1999-2010. All Rights Reserved.
+# Copyright Ericsson AB 1999-2011. 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
@@ -25,7 +25,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Macros
#
-SUB_DIRECTORIES = src c_src doc/src examples/certs examples/src
+SUB_DIRECTORIES = src doc/src examples/certs examples/src
include vsn.mk
VSN = $(SSL_VSN)