| Summary: | Build with --without-openssl is broken | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Max Kellermann <max.kellermann> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
I think Darren has caught most of these by now close bugs that were resolved in OpenSSH 8.5 release cycle |
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.