=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keysign.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- src/usr.bin/ssh/ssh-keysign.c 2019/09/06 04:53:27 1.59 +++ src/usr.bin/ssh/ssh-keysign.c 2019/09/06 05:23:55 1.60 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keysign.c,v 1.59 2019/09/06 04:53:27 djm Exp $ */ +/* $OpenBSD: ssh-keysign.c,v 1.60 2019/09/06 05:23:55 djm Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -25,8 +25,9 @@ #include +#ifdef WITH_OPENSSL #include -#include +#endif #include #include @@ -211,8 +212,9 @@ if (found == 0) fatal("could not open any host key"); +#ifdef WITH_OPENSSL OpenSSL_add_all_algorithms(); - +#endif found = 0; for (i = 0; i < NUM_KEYTYPES; i++) { keys[i] = NULL;