Bug 3292

Summary: log.h treats ssherr.h as standard library header file
Product: Portable OpenSSH Reporter: balu <balu.gajjala>
Component: Build systemAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: minor CC: balu.gajjala, djm
Priority: P5    
Version: 8.5p1   
Hardware: Other   
OS: Windows 10   

Description balu 2021-04-07 09:16:09 AEST
code change,
#include <ssherr.h> --->>> #include "ssherr.h"


https://github.com/openssh/openssh-portable/blob/e7d0a285dbdd65d8df16123ad90f15e91862f959/log.h#L19
Comment 1 Damien Miller 2021-04-07 09:26:33 AEST
Thanks, fixed in 961af266b
Comment 2 Damien Miller 2021-04-23 15:02:29 AEST
closing resolved bugs as of 8.6p1 release