[Bug 1735] New: build failure if ENABLE_PKCS11 is not defined

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Mar 13 16:59:07 EST 2010


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-bugs at mindrot.org
        ReportedBy: felix-mindrot at 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.


More information about the openssh-bugs mailing list