From 0cbed248ed81584129b67c348dbb801660f25a6a Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Thu, 20 Sep 2018 23:40:16 +0000 Subject: [PATCH] upstream: actually make CASignatureAlgorithms available as a config option OpenBSD-Commit-ID: 93fa7ff58314ed7b1ab7744090a6a91232e6ae52 --- servconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servconf.c b/servconf.c index 5411640fc..932d363bb 100644 --- a/servconf.c +++ b/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 @@ -644,6 +644,7 @@ static struct { { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, { "rdomain", sRDomain, SSHCFG_ALL }, + { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, { NULL, sBadOption, 0 } };