From: djm Date: Thu, 20 Sep 2018 23:40:16 +0000 (+0000) Subject: actually make CASignatureAlgorithms available as a config option X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6fe6a0b3da164d3af7952d5089f77c6955cb6e6b;p=openbsd actually make CASignatureAlgorithms available as a config option --- diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index ba5faa8c1cb..35f0c0ad70a 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.341 2018/09/20 03:28:06 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.342 2018/09/20 23:40:16 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -594,6 +594,7 @@ static struct { { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, { "rdomain", sRDomain, SSHCFG_ALL }, + { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, { NULL, sBadOption, 0 } };