=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.325 retrieving revision 1.326 diff -u -r1.325 -r1.326 --- src/usr.bin/ssh/servconf.c 2018/02/23 15:58:37 1.325 +++ src/usr.bin/ssh/servconf.c 2018/03/01 20:32:16 1.326 @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.325 2018/02/23 15:58:37 markus Exp $ */ +/* $OpenBSD: servconf.c,v 1.326 2018/03/01 20:32:16 markus Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -232,8 +232,10 @@ _PATH_HOST_ECDSA_KEY_FILE); servconf_add_hostkey("[default]", 0, options, _PATH_HOST_ED25519_KEY_FILE); +#ifdef WITH_XMSS servconf_add_hostkey("[default]", 0, options, _PATH_HOST_XMSS_KEY_FILE); +#endif /* WITH_XMSS */ } /* No certificates by default */ if (options->num_ports == 0)