[Bug 2979] New: OpenSSH 7.9p1 fails to build against OpenSSL 1.0.2
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 13 05:23:32 AEDT 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=2979
Bug ID: 2979
Summary: OpenSSH 7.9p1 fails to build against OpenSSL 1.0.2
Product: Portable OpenSSH
Version: 7.9p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: jbrown at easypost.com
Created attachment 3251
--> https://bugzilla.mindrot.org/attachment.cgi?id=3251&action=edit
patch to fix version number guard
In commit 4e23deefd7959ef83c73ed9cce574423438f6133 ("Avoid deprecated
OPENSSL_config when using 1.1.x"), the guard around calling
`OPENSSL_init_crypto` was mistakenly set to OpenSSL version 1.0.1
instead of version 1.1.0 (this function was only added in OpenSSL
1.1.0), so OpenSSH fails to build against OpenSSL 1.0.2 (which is
greater than 1.0.1 but less than 1.1.0).
A patch is attached which fixes this.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list