File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
contrib/win32/win32compat Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ LDFLAGS=-L. @LDFLAGS@ -L/lib/win32api
19
19
20
20
WIN32COMPATFILES = daemon.o gettimeofday.o homedirhelp.o pwd.o sfds.o \
21
21
socket.o startupneeds.o strcasecmp.o syslog.o lsalogon.o lsastring.o \
22
- stringhelp.o deskright.o win32auth.o kerberos.o ansiprsr.o \
22
+ stringhelp.o deskright.o win32auth.o kerberos.o cng_cipher.o ansiprsr.o \
23
23
console.o tnnet.o conio.o tncon.o
24
24
25
25
WIN32COMPATLIB =@LIBWIN32COMPAT@
@@ -45,6 +45,6 @@ distclean: clean
45
45
46
46
$(WIN32COMPATFILES ) : ../../../config.h
47
47
48
- $(WIN32COMPATLIB ) : $(WIN32COMPATFILES )
49
- $(AR ) rv $@ $(WIN32COMPATFILES )
48
+ $(WIN32COMPATLIB ) : $(WIN32COMPATFILES ) $( CNGFILES )
49
+ $(AR ) rv $@ $(WIN32COMPATFILES ) $( CNGFILES )
50
50
$(RANLIB ) $@
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
87
87
msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \
88
88
ssh-pkcs11.o smult_curve25519_ref.o \
89
89
poly1305.o chacha.o cipher-chachapoly.o \
90
- ssh-ed25519.o digest-openssl.o digest- libc.o hmac.o \
90
+ ssh-ed25519.o digest-libc.o hmac.o \
91
91
sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o \
92
92
kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \
93
93
kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o \
Original file line number Diff line number Diff line change 1641
1641
#define HAVE_DECL_HOWMANY 0
1642
1642
1643
1643
#define WIN32_ZLIB_NO 1
1644
- // #define USE_MSCNG 1
1644
+ #define USE_MSCNG 1
1645
1645
1646
1646
//#define HAVE_ARC4RANDOM_UNIFORM 1
1647
1647
Original file line number Diff line number Diff line change 99
99
#define HAVE_DECL_HOWMANY 0
100
100
101
101
#define WIN32_ZLIB_NO 1
102
- // #define USE_MSCNG 1
102
+ #define USE_MSCNG 1
103
103
104
104
//#define HAVE_ARC4RANDOM_UNIFORM 1
105
105
You can’t perform that action at this time.
0 commit comments