From 95d1109fec7e89ad21f2a97e92bde1305d32a353 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Thu, 29 Oct 2020 03:13:06 +0000 Subject: upstream: fix sshd_config SetEnv directive inside Match blocks; part of github PR#201 from github user manuelm OpenBSD-Commit-ID: 9772e3748abff3ad65ae8fc43d026ed569b1d2bc --- servconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'servconf.h') diff --git a/servconf.h b/servconf.h index 7005aea9..a0efe20f 100644 --- a/servconf.h +++ b/servconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.147 2020/10/16 13:26:13 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.148 2020/10/29 03:13:06 djm Exp $ */ /* * Author: Tatu Ylonen @@ -279,6 +279,7 @@ TAILQ_HEAD(include_list, include_item); M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \ M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \ M_CP_STRARRAYOPT(accept_env, num_accept_env); \ + M_CP_STRARRAYOPT(setenv, num_setenv); \ M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \ M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \ M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \ -- cgit v1.2.1