]> 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:41:22 +0000 (09:41 -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 a15523f3ac3ead37a0ab50efe176a0e2382d5d6b..321f6178299a55b1436cad1711401161b863d1bf 100644 (file)
@@ -21,6 +21,7 @@
 #ifdef WITH_RADOSGW_BEAST_OPENSSL
 #include <boost/asio/ssl.hpp>
 #include <boost/beast/ssl/ssl_stream.hpp>
+#endif
 
 #include "common/split.h"
 
@@ -29,8 +30,6 @@
 
 #include "rgw_zone.h"
 
-#endif
-
 #include "rgw_dmclock_async_scheduler.h"
 
 #define dout_subsys ceph_subsys_rgw