summaryrefslogtreecommitdiff
path: root/ssh-xmss.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-xmss.c')
-rw-r--r--ssh-xmss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-xmss.c b/ssh-xmss.c
index e25dbbf65..4c734fd7d 100644
--- a/ssh-xmss.c
+++ b/ssh-xmss.c
@@ -16,6 +16,7 @@
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18#include "includes.h" 18#include "includes.h"
19#ifdef WITH_XMSS
19 20
20#define SSHKEY_INTERNAL 21#define SSHKEY_INTERNAL
21#include <sys/types.h> 22#include <sys/types.h>
@@ -188,3 +189,4 @@ ssh_xmss_verify(const struct sshkey *key,
188 free(ktype); 189 free(ktype);
189 return r; 190 return r;
190} 191}
192#endif /* WITH_XMSS */