|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72806 - trunk/boost/asio/ssl/impl
From: chris_at_[hidden]
Date: 2011-06-29 19:32:52
Author: chris_kohlhoff
Date: 2011-06-29 19:32:51 EDT (Wed, 29 Jun 2011)
New Revision: 72806
URL: http://svn.boost.org/trac/boost/changeset/72806
Log:
Fix include guard.
Text files modified:
trunk/boost/asio/ssl/impl/src.hpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/boost/asio/ssl/impl/src.hpp
==============================================================================
--- trunk/boost/asio/ssl/impl/src.hpp (original)
+++ trunk/boost/asio/ssl/impl/src.hpp 2011-06-29 19:32:51 EDT (Wed, 29 Jun 2011)
@@ -8,8 +8,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
-#ifndef BOOST_ASIO_IMPL_SRC_HPP
-#define BOOST_ASIO_IMPL_SRC_HPP
+#ifndef BOOST_ASIO_SSL_IMPL_SRC_HPP
+#define BOOST_ASIO_SSL_IMPL_SRC_HPP
#define BOOST_ASIO_SOURCE
@@ -25,4 +25,4 @@
#include <boost/asio/ssl/detail/impl/openssl_init.ipp>
#include <boost/asio/ssl/impl/rfc2818_verification.ipp>
-#endif // BOOST_ASIO_IMPL_SRC_HPP
+#endif // BOOST_ASIO_SSL_IMPL_SRC_HPP
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk