diff options
Diffstat (limited to '3rdparty/asio/src/asio_ssl.cpp')
-rw-r--r-- | 3rdparty/asio/src/asio_ssl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/asio/src/asio_ssl.cpp b/3rdparty/asio/src/asio_ssl.cpp new file mode 100644 index 00000000000..68a16c0c5f1 --- /dev/null +++ b/3rdparty/asio/src/asio_ssl.cpp @@ -0,0 +1,11 @@ +// +// asio_ssl.cpp +// ~~~~~~~~~~~~ +// +// Copyright (c) 2003-2016 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) +// + +#include "asio/ssl/impl/src.hpp" |