Bug 2907

Summary: Build with --without-openssl is broken
Product: Portable OpenSSH Reporter: Max Kellermann <max.kellermann>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: minor CC: djm
Priority: P5    
Version: -current   
Hardware: All   
OS: All   
Attachments:
Description Flags
add missing `#ifdef WITH_OPENSSL` none

Description Max Kellermann 2018-09-21 05:43:08 AEST
Created attachment 3177 [details]
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.
Comment 1 Damien Miller 2020-11-27 14:53:11 AEDT
I think Darren has caught most of these by now
Comment 2 Damien Miller 2021-03-04 09:52:48 AEDT
close bugs that were resolved in OpenSSH 8.5 release cycle