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

Fix for compile issues on Mac OS 14 (ARM) #231

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

giffels
Copy link

@giffels giffels commented Jul 26, 2024

This PR fixes the following issues when compiling gct on Mac OS 14 (ARM). However, I think these issues could be more general:

  • <openssl/fips.h> is always included even if the underlying openssl version does not support FIPS_mode() anymore for example openssl 3.0.14 in my case
  • connect_local_xsocket_path(path, sizeof(path)) needs (now?) length as second argument
  • ssh-ecdsa.c and ssh-rsa.c require #include "ssh-pkcs11.h" if ENABLE_PKCS11 is true

Please, feel free to close the PR in case it is only affecting a not officially supported platform.

Thanks and best regards,
Manuel

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.

1 participant