https://bugzilla.mindrot.org/show_bug.cgi?id=3025
Bug ID: 3025
Summary: Compilation issue with no support for OPENSSL_HAS_ECC
Product: Portable OpenSSH
Version: 8.0p1
Hardware: All
OS: NetBSD
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: [email protected]
Reporter: [email protected]
When I tried to compile OpenSSH portable version 8.0 from source
without
OPENSSL_HAS_ECC defined, caught undefined reference error to
kex_ecdh_keypair(), kex_ecdh_dec(), kex_ecdh_enc() functions in
kexgen.c;
All those functions needed to be under predefined macro OPENSSL_HAS_ECC
because KEX_ECDH_SHA2 exists only under this macro.
Raised a pull-request for Portable version for code reference and
changes needed.
https://github.com/openssh/openssh-portable/pull/128
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs