Bug 3292 - log.h treats ssherr.h as standard library header file
Summary: log.h treats ssherr.h as standard library header file
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 8.5p1
Hardware: Other Windows 10
: P5 minor
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-07 09:16 AEST by balu
Modified: 2021-04-23 15:02 AEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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