CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2022/04/20 09:59:19
Modified files: usr.bin/ssh : ssh-xmss.c Log message: Add missing includes of stdlib.h and stdint.h. We need stdlib.h for malloc(3) and stdint.h for SIZE_MAX. Unlike the other xmss files, ssh-xmss.c does not include xmss_commons.h so ssh-xmss.c must include those headers itself. >From Martin Vahlensieck