On Tue, 19 Apr 2022 11:42:52 +0200, Martin Vahlensieck wrote: > malloc(3) and friends require stdlib.h, SIZE_MAX requires stdint.h.
You are correct. The other xmss files get these includes via xmss_commons.h, but ssh-xmss.c does not. - todd
On Tue, 19 Apr 2022 11:42:52 +0200, Martin Vahlensieck wrote: > malloc(3) and friends require stdlib.h, SIZE_MAX requires stdint.h.
You are correct. The other xmss files get these includes via xmss_commons.h, but ssh-xmss.c does not. - todd