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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to