diff options
Diffstat (limited to 'libs/asio/test/ssl')
-rw-r--r-- | libs/asio/test/ssl/Jamfile | 3 | ||||
-rw-r--r-- | libs/asio/test/ssl/Jamfile.v2 | 4 | ||||
-rw-r--r-- | libs/asio/test/ssl/basic_context.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/context.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/context_base.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/context_service.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/rfc2818_verification.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/stream.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/stream_base.cpp | 2 | ||||
-rw-r--r-- | libs/asio/test/ssl/stream_service.cpp | 2 |
10 files changed, 11 insertions, 12 deletions
diff --git a/libs/asio/test/ssl/Jamfile b/libs/asio/test/ssl/Jamfile index 4c663dd2c..d22cc54ad 100644 --- a/libs/asio/test/ssl/Jamfile +++ b/libs/asio/test/ssl/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -25,7 +25,6 @@ if $(UNIX) template unit_test : <lib>@boost/libs/system/build/boost_system - : <lib>@boost/libs/test/build/boost_test_exec_monitor : <include>../../../.. <define>BOOST_ALL_NO_LIB=1 <threading>multi diff --git a/libs/asio/test/ssl/Jamfile.v2 b/libs/asio/test/ssl/Jamfile.v2 index f16082a03..13b16fed6 100644 --- a/libs/asio/test/ssl/Jamfile.v2 +++ b/libs/asio/test/ssl/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -35,7 +35,7 @@ local USE_SELECT = project : requirements <library>/boost/date_time//boost_date_time - <library>/boost/test//boost_test_exec_monitor + <library>/boost/system//boost_system <define>BOOST_ALL_NO_LIB=1 <threading>multi <os>SOLARIS:<library>socket diff --git a/libs/asio/test/ssl/basic_context.cpp b/libs/asio/test/ssl/basic_context.cpp index 1c9d4bdf8..030d01ca1 100644 --- a/libs/asio/test/ssl/basic_context.cpp +++ b/libs/asio/test/ssl/basic_context.cpp @@ -2,7 +2,7 @@ // basic_context.cpp // ~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context.cpp b/libs/asio/test/ssl/context.cpp index 2aafb0168..ffc541b57 100644 --- a/libs/asio/test/ssl/context.cpp +++ b/libs/asio/test/ssl/context.cpp @@ -2,7 +2,7 @@ // context.cpp // ~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context_base.cpp b/libs/asio/test/ssl/context_base.cpp index 6fb133a43..2a6cd585b 100644 --- a/libs/asio/test/ssl/context_base.cpp +++ b/libs/asio/test/ssl/context_base.cpp @@ -2,7 +2,7 @@ // context_base.cpp // ~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/context_service.cpp b/libs/asio/test/ssl/context_service.cpp index 20ca18679..1dc0bc319 100644 --- a/libs/asio/test/ssl/context_service.cpp +++ b/libs/asio/test/ssl/context_service.cpp @@ -2,7 +2,7 @@ // context_service.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/rfc2818_verification.cpp b/libs/asio/test/ssl/rfc2818_verification.cpp index 1f0a05310..a48c65d49 100644 --- a/libs/asio/test/ssl/rfc2818_verification.cpp +++ b/libs/asio/test/ssl/rfc2818_verification.cpp @@ -2,7 +2,7 @@ // rfc2818_verification.cpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream.cpp b/libs/asio/test/ssl/stream.cpp index 330260347..a3d89ca6d 100644 --- a/libs/asio/test/ssl/stream.cpp +++ b/libs/asio/test/ssl/stream.cpp @@ -2,7 +2,7 @@ // stream.cpp // ~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream_base.cpp b/libs/asio/test/ssl/stream_base.cpp index 06a86dffd..69115be33 100644 --- a/libs/asio/test/ssl/stream_base.cpp +++ b/libs/asio/test/ssl/stream_base.cpp @@ -2,7 +2,7 @@ // stream_base.cpp // ~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/libs/asio/test/ssl/stream_service.cpp b/libs/asio/test/ssl/stream_service.cpp index b24aea910..cd919b13b 100644 --- a/libs/asio/test/ssl/stream_service.cpp +++ b/libs/asio/test/ssl/stream_service.cpp @@ -2,7 +2,7 @@ // stream_service.cpp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |