From 44f4b083dea933f62cd76279593e3f1b3cd21f77 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Sat, 30 Oct 2021 19:45:45 -0400 Subject: [PATCH] rgw: clean up WITH_RADOSGW_BEAST_OPENSSL the #ifdef was covering more includes than it should have Signed-off-by: Casey Bodley --- src/rgw/rgw_asio_frontend.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rgw/rgw_asio_frontend.cc b/src/rgw/rgw_asio_frontend.cc index daad86eb1ff..8287e1125d3 100644 --- a/src/rgw/rgw_asio_frontend.cc +++ b/src/rgw/rgw_asio_frontend.cc @@ -22,6 +22,7 @@ #ifdef WITH_RADOSGW_BEAST_OPENSSL #include #include +#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 -- 2.39.5