mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Merge branch 'latestw_all' into merge-9.4
This commit is contained in:
commit
7023264b09
@ -5,7 +5,7 @@
|
|||||||
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
|
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
|
||||||
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
|
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
|
||||||
<LibreSSLVersion>3.7.2.0</LibreSSLVersion>
|
<LibreSSLVersion>3.7.2.0</LibreSSLVersion>
|
||||||
<ZLibVersion>1.2.13</ZLibVersion>
|
<ZLibVersion>1.3</ZLibVersion>
|
||||||
<fido2Version>1.13.0</fido2Version>
|
<fido2Version>1.13.0</fido2Version>
|
||||||
<!--libcbor version is not used in the build; it is needed for pipeline compliance tasks-->
|
<!--libcbor version is not used in the build; it is needed for pipeline compliance tasks-->
|
||||||
<libcborVersion>0.10.1</libcborVersion>
|
<libcborVersion>0.10.1</libcborVersion>
|
||||||
|
@ -1047,7 +1047,7 @@ char * build_commandline_string(const char* cmd, char *const argv[], BOOLEAN pre
|
|||||||
* spawned child will run as as_user if its not NULL
|
* spawned child will run as as_user if its not NULL
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
spawn_child_internal(const char* cmd, char *const argv[], HANDLE in, HANDLE out, HANDLE err, unsigned long flags, HANDLE* as_user, BOOLEAN prepend_module_path)
|
spawn_child_internal(const char* cmd, char *const argv[], HANDLE in, HANDLE out, HANDLE err, unsigned long flags, HANDLE as_user, BOOLEAN prepend_module_path)
|
||||||
{
|
{
|
||||||
PROCESS_INFORMATION pi;
|
PROCESS_INFORMATION pi;
|
||||||
STARTUPINFOW si;
|
STARTUPINFOW si;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user