]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: clean up WITH_RADOSGW_BEAST_OPENSSL
authorCasey Bodley <cbodley@redhat.com>
Sat, 30 Oct 2021 23:45:45 +0000 (19:45 -0400)
committerCory Snyder <csnyder@iland.com>
Tue, 16 Nov 2021 14:12:57 +0000 (09:12 -0500)
the #ifdef was covering more includes than it should have

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 44f4b083dea933f62cd76279593e3f1b3cd21f77)

src/rgw/rgw_asio_frontend.cc

index a265f184856eb4e8955ba893a18863a901e0ad8f..7614cbb2a53de26e9c8eccc64ccb12193a79ca11 100644 (file)
@@ -22,6 +22,7 @@
 #ifdef WITH_RADOSGW_BEAST_OPENSSL
 #include <boost/asio/ssl.hpp>
 #include <boost/beast/ssl/ssl_stream.hpp>
+#endif
 
 #include "common/split.h"
 
@@ -30,8 +31,6 @@
 
 #include "rgw_zone.h"
 
-#endif
-
 #include "rgw_dmclock_async_scheduler.h"
 
 #define dout_subsys ceph_subsys_rgw