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

           Summary: build failure if ENABLE_PKCS11 is not defined
           Product: Portable OpenSSH
           Version: 5.4p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: unassigned-b...@mindrot.org
        ReportedBy: felix-mind...@fefe.de


When ENABLE_PKCS11 is not defined (probably my fault, will investigate
separately), openssh will fail to build because the #ifdef in
ssh-pkcs11-helper.c skips the part that #includes log.h, which defines
SYSLOG_LEVEL_ERROR and SYSLOG_FACILITY_AUTH.  Those (and the prototype
for log_init) are needed on line 369.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to