CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/16 16:27:10
Modified files:
regress/usr.bin/ssh/unittests/crypto: test_ed25519.c
test_mldsa.c test_mlkem.c
regress/usr.bin/ssh/unittests/test_helper: test_helper.c
test_helper.h
Log message:
Factor out hex2bin into a shared helper function. Replace sscanf %hhx
(which is C99) with plain %x for better compatibility in -portable.
ok djm@
