diff options
author | Damien Miller <djm@mindrot.org> | 2018-02-26 02:18:14 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-02-26 02:18:14 +0100 |
commit | f885474137df4b89498c0b8834c2ac72c47aa4bd (patch) | |
tree | d3015cda2edbafbfc270ab6ff35007dd03c0d8dd /xmss_wots.c | |
parent | object files end with .o - not .c (diff) | |
download | openssh-f885474137df4b89498c0b8834c2ac72c47aa4bd.tar.xz openssh-f885474137df4b89498c0b8834c2ac72c47aa4bd.zip |
XMSS-related files get includes.h
Diffstat (limited to 'xmss_wots.c')
-rw-r--r-- | xmss_wots.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_wots.c b/xmss_wots.c index fcd033405..4120acf17 100644 --- a/xmss_wots.c +++ b/xmss_wots.c @@ -5,6 +5,8 @@ Joost Rijneveld Public domain. */ +#include "includes.h" + #include <stdlib.h> #include <stdint.h> #include <limits.h> |