refine the usage of build options
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
#include "webcc/config.h"
|
||||
#include "webcc/request.h"
|
||||
|
||||
#if WEBCC_ENABLE_SSL
|
||||
#ifdef WEBCC_ENABLE_SSL
|
||||
#include "boost/asio/ssl.hpp"
|
||||
#endif // WEBCC_ENABLE_SSL
|
||||
|
||||
@@ -62,7 +62,7 @@ private:
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
#if WEBCC_ENABLE_SSL
|
||||
#ifdef WEBCC_ENABLE_SSL
|
||||
|
||||
class SslSocket : public SocketBase {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user