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

Fixing compilation issue for OPENSSH with no support for OPENSSL_HAS_ECC #128

Closed
wants to merge 1 commit into from
Closed

Conversation

SK851831
Copy link

@SK851831 SK851831 commented Apr 30, 2019

All the KEX_ECDH_SHA2 related cases should come under OPENSSL_HAS_ECC macro since the definitions of the functions called under these switch cases are available only under OPENSSL_HAS_ECC macro causing OPENSSH to fail in compilation without OPENSSL_HAS_ECC macro

All the KEX_ECDH_SHA2 related cases should come under OPENSSL_HAS_ECC macro since the functions called under the switch cases are available only under OPENSSL_HAS_ECC macro
@SK851831 SK851831 changed the title changing KEX_ECDH_SHA2 cases under OPENSSL_HAS_ECC macro Fixing compilation issue for OPENSSH with no support for OPENSSL_HAS_ECC May 29, 2019
@daztucker
Copy link
Contributor

This was already fixed by97370f6c2c3b825f8c577b7e6c00b1a98d30a6cf (after 8.0) which adds no-op implementations of those functions without adding the added maintenance of those ifdefs.

@daztucker daztucker closed this Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants