From 6fe6a0b3da164d3af7952d5089f77c6955cb6e6b Mon Sep 17 00:00:00 2001 From: djm Date: Thu, 20 Sep 2018 23:40:16 +0000 Subject: [PATCH] actually make CASignatureAlgorithms available as a config option --- usr.bin/ssh/servconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }; -- 2.20.1