Add GCM Cipher Support (#309)
Enabled GCM Cipher related macros in config header for Windows PowerShell/Win32-OpenSSH#1075
This commit is contained in:
parent
fe422e5c15
commit
936b89ac0d
|
@ -1657,6 +1657,8 @@
|
|||
|
||||
|
||||
#define WITH_OPENSSL 1
|
||||
#define OPENSSL_HAVE_EVPGCM 1
|
||||
#define HAVE_EVP_CIPHER_CTX_CTRL 1
|
||||
#define HAVE_DECL_NFDBITS 0
|
||||
#define HAVE_DECL_HOWMANY 0
|
||||
#define HAVE_STRTOULL 1
|
||||
|
@ -1696,4 +1698,4 @@
|
|||
#define _PATH_SFTP_SERVER "sftp-server.exe"
|
||||
#define _PATH_SSH_PROGRAM "ssh.exe"
|
||||
#define _PATH_LS "dir"
|
||||
#define FORK_NOT_SUPPORTED 1
|
||||
#define FORK_NOT_SUPPORTED 1
|
||||
|
|
Loading…
Reference in New Issue