diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-07-19 04:21:50 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-19 05:04:52 +0200 |
commit | 1cc1fd095393663cd72ddac927d82c6384c622ba (patch) | |
tree | 542bf4e7c55ab9630a8ef138aa86bb8b442df277 /sshd.c | |
parent | upstream: Add test for host key verification via SSHFP records. This (diff) | |
download | openssh-1cc1fd095393663cd72ddac927d82c6384c622ba.tar.xz openssh-1cc1fd095393663cd72ddac927d82c6384c622ba.zip |
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
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |