[Bug 2907] New: Build with --without-openssl is broken

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Sep 21 05:43:08 AEST 2018


https://bugzilla.mindrot.org/show_bug.cgi?id=2907

            Bug ID: 2907
           Summary: Build with --without-openssl is broken
           Product: Portable OpenSSH
           Version: -current
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: max.kellermann at gmail.com

Created attachment 3177
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3177&action=edit
add missing `#ifdef WITH_OPENSSL`

The OpenSSH source code has various #includes to OpenSSL headers which
are not inside #ifdef blocks, breaking the build when OpenSSL is not
installed. My patch fixes the problem.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list