Fix PRINT macro, the suffix param to sshlog() was missing.
authormillert <millert@openbsd.org>
Sat, 6 Mar 2021 20:36:31 +0000 (20:36 +0000)
committermillert <millert@openbsd.org>
Sat, 6 Mar 2021 20:36:31 +0000 (20:36 +0000)
commitecf7a8f6424101201b76ac4a83e3c3788b3857cf
tree1db05357fff7b6f74a8854e00d4c88456ea387f2
parent484d59cdf3af9d21a3f33595c8b10cf1b439da25
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@
usr.bin/ssh/sshkey-xmss.c