Displaying 1 result from an estimated 1 matches for "23f79".
Did you mean:
23479
2024 Jun 03
3
[Bug 3697] New: session.c:709:3: error: call to undeclared function 'PRIVSEP';
...ted attachment 3815
--> https://bugzilla.mindrot.org/attachment.cgi?id=3815&action=edit
output from make which ends with errors generated as well as configure
parameters used to generate makefile for openssh-SNAP-2024-06-04 on
macOS 14.5
Testing openssh-SNAP-20240604.tar.gz on
macOS 14.5 23F79 arm64
Command Line Tools 15.3.0.0.1.1708646388
%make fails with:
session.c:709:3: error: call to undeclared function 'PRIVSEP'; ISO C99
and later do not support implicit function declarations
[-Wimplicit-function-declaration]
PRIVSEP(audit_run_command(command));...