Add missing includes of stdlib.h and stdint.h.
authormillert <millert@openbsd.org>
Wed, 20 Apr 2022 15:59:18 +0000 (15:59 +0000)
committermillert <millert@openbsd.org>
Wed, 20 Apr 2022 15:59:18 +0000 (15:59 +0000)
commitac635a03ccf67060be98a853826b06b77ef9e6d5
tree1bcaa5e1340831b359ce323e6b7b5f88a42d9b3b
parent40bc48e04e91015290e33a5eae3fc3c95fedcb0e
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
usr.bin/ssh/ssh-xmss.c