[Bug 3025] New: Compilation issue with no support for OPENSSL_HAS_ECC
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Jun 27 18:30:38 AEST 2019
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: unassigned-bugs at mindrot.org
Reporter: santhoshkumar851831 at gmail.com
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.
More information about the openssh-bugs
mailing list