CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/06 13:36:31
Modified files:
usr.bin/ssh : sshkey-xmss.c
Log message:
Fix PRINT macro, the suffix param to sshlog() was missing.
Also remove redundant __func__ prefix from PRINT calls as the macro
already adds __FILE__, __func__ and __LINE__. From Christos Zoulas.
OK dtucker@
