CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/11/08 04:46:12

Modified files:
        usr.bin/ssh    : ssh.c sshd.c sshkey.h 

Log message:
Replace WITH_OPENSSL ifdefs in log calls with a macro.  The log calls
are themselves now macros, and preprocessor directives inside macro
arguments are undefined behaviour which some compilers (eg old GCCs)
choke on.  It also makes the code tidier.  ok deraadt@

Reply via email to