bugzilla-daemon at bugzilla.mindrot.org
2018-Oct-09 20:20 UTC
[Bug 2916] New: compilation fails with openssl built without ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=2916 Bug ID: 2916 Summary: compilation fails with openssl built without ECC Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: cote2004-github at yahoo.com Created attachment 3191 --> https://bugzilla.mindrot.org/attachment.cgi?id=3191&action=edit patch to fix compilation with openssl built without ECC When compiling with openssl built without ECC support, compilation fails: In file included from openssl-compat.c:32:0: openssl-compat.h:27:10: fatal error: openssl/ecdsa.h: No such file or directory #include <openssl/ecdsa.h> The recently-introduced ECDSA code in openssl-compat.h, and libressl-api-compat.c need to be guarded by #ifdef OPENSSL_HAS_ECC. I've attached a patch that takes care of it. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Nov-09 03:18 UTC
[Bug 2916] compilation fails with openssl built without ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=2916 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Attachment #3191|application/octet-stream |text/plain mime type| | Attachment #3191|0 |1 is patch| | -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Nov-09 03:28 UTC
[Bug 2916] compilation fails with openssl built without ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=2916 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Blocks| |2915 --- Comment #1 from Damien Miller <djm at mindrot.org> --- fix applied - thanks! Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2915 [Bug 2915] Tracking bug for 8.0 release -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Mar-03 22:52 UTC
[Bug 2916] compilation fails with openssl built without ECC
https://bugzilla.mindrot.org/show_bug.cgi?id=2916 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- close bugs that were resolved in OpenSSH 8.5 release cycle -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.