From 1cc1fd095393663cd72ddac927d82c6384c622ba Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Mon, 19 Jul 2021 02:21:50 +0000 Subject: [PATCH] upstream: Id sync only, -portable already has this. Put dh_set_moduli_file call inside ifdef WITH_OPENSSL. Fixes build with OPENSSL=no. OpenBSD-Commit-ID: af54abbebfb12bcde6219a44d544e18204defb15 --- sshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd.c b/sshd.c index a4fbb38e1..ea63d0307 100644 --- a/sshd.c +++ b/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.577 2021/07/02 05:11:21 dtucker Exp $ */ +/* $OpenBSD: sshd.c,v 1.578 2021/07/19 02:21:50 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland