summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp')
-rw-r--r--3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp6
1 files changed, 5 insertions, 1 deletions
diff --git a/3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp b/3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp
index f84b02573ae..9e198e76060 100644
--- a/3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp
+++ b/3rdparty/asio/include/asio/ssl/impl/rfc2818_verification.ipp
@@ -2,7 +2,7 @@
// ssl/impl/rfc2818_verification.ipp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2021 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)
@@ -17,6 +17,8 @@
#include "asio/detail/config.hpp"
+#if !defined(ASIO_NO_DEPRECATED)
+
#include <cctype>
#include <cstring>
#include "asio/ip/address.hpp"
@@ -157,4 +159,6 @@ bool rfc2818_verification::match_pattern(const char* pattern,
#include "asio/detail/pop_options.hpp"
+#endif // !defined(ASIO_NO_DEPRECATED)
+
#endif // ASIO_SSL_IMPL_RFC2818_VERIFICATION_IPP