mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
fix ssh-pkcs11-client.c missing ifdef (#597)
This commit is contained in:
parent
89cec9823c
commit
4833ddaeb8
@ -83,6 +83,7 @@
|
||||
#include "canohost.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "msg.h"
|
||||
#include "servconf.h"
|
||||
#include "monitor.h"
|
||||
#ifdef GSSAPI
|
||||
|
@ -509,10 +509,12 @@ pkcs11_start_helper(void)
|
||||
#endif
|
||||
/* success */
|
||||
debug3_f("started pid=%ld", (long)pid);
|
||||
#ifdef WINDOWS
|
||||
out:
|
||||
if (client_token)
|
||||
CloseHandle(client_token);
|
||||
return r;
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user