Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final fixups for ossl #120

Conversation

michael-redpanda
Copy link

Fix ups to fix gcc11 compiler errors

Added __builtin_unreachable in the tls_version operator<<
function to handle compiler error with gcc11

Signed-off-by: Michael Boquard <michael@redpanda.com>
gcc11 complained about signed vs unsigned compariso

Signed-off-by: Michael Boquard <michael@redpanda.com>
gcc11 complained about signed vs unsigned comparision

Signed-off-by: Michael Boquard <michael@redpanda.com>
@michael-redpanda michael-redpanda requested a review from a team June 6, 2024 14:41
@michael-redpanda michael-redpanda self-assigned this Jun 6, 2024
@michael-redpanda michael-redpanda requested review from pgellert and BenPope and removed request for a team June 6, 2024 14:41
pgellert
pgellert previously approved these changes Jun 6, 2024
Copy link
Member

@BenPope BenPope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you throw one of these on, too:

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 74242767..e976f8b7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -65,8 +65,8 @@ target_sources (seastar-module
     net/packet.cc
     net/inet_address.cc
     net/socket_address.cc
-    $<$<NOT:$<BOOL:${Seastar_WITH_OSSL}>>:src/net/tls.cc>
-    $<$<BOOL:${Seastar_WITH_OSSL}>:src/net/ossl.cc>
+    $<$<NOT:$<BOOL:${Seastar_WITH_OSSL}>>:net/tls.cc>
+    $<$<BOOL:${Seastar_WITH_OSSL}>:net/ossl.cc>
     net/virtio.cc
     http/client.cc
     http/common.cc

Which seems to be needed for modules.

Signed-off-by: Michael Boquard <michael@redpanda.com>
@michael-redpanda michael-redpanda merged commit bce748a into redpanda-data:rebase-feature-ossl Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants