|
61 | 61 | <ItemGroup> |
62 | 62 | <ClCompile Include="..\src\agent.c" /> |
63 | 63 | <ClCompile Include="..\src\auth.c" /> |
64 | | - <ClCompile Include="..\src\auth1.c" /> |
65 | 64 | <ClCompile Include="..\src\base64.c" /> |
66 | 65 | <ClCompile Include="..\src\bignum.c" /> |
67 | 66 | <ClCompile Include="..\src\bind.c" /> |
68 | 67 | <ClCompile Include="..\src\buffer.c" /> |
69 | 68 | <ClCompile Include="..\src\callbacks.c" /> |
| 69 | + <ClCompile Include="..\src\chachapoly.c" /> |
70 | 70 | <ClCompile Include="..\src\channels.c" /> |
71 | | - <ClCompile Include="..\src\channels1.c" /> |
72 | 71 | <ClCompile Include="..\src\client.c" /> |
73 | 72 | <ClCompile Include="..\src\config.c" /> |
74 | 73 | <ClCompile Include="..\src\connect.c" /> |
75 | | - <ClCompile Include="..\src\crc32.c" /> |
| 74 | + <ClCompile Include="..\src\connector.c" /> |
76 | 75 | <ClCompile Include="..\src\curve25519.c" /> |
77 | 76 | <ClCompile Include="..\src\dh.c" /> |
78 | 77 | <ClCompile Include="..\src\ecdh.c" /> |
| 78 | + <ClCompile Include="..\src\ecdh_gcrypt.c" /> |
79 | 79 | <ClCompile Include="..\src\error.c" /> |
80 | 80 | <ClCompile Include="..\src\external\bcrypt_pbkdf.c" /> |
81 | 81 | <ClCompile Include="..\src\external\blowfish.c" /> |
| 82 | + <ClCompile Include="..\src\external\chacha.c" /> |
82 | 83 | <ClCompile Include="..\src\external\curve25519_ref.c" /> |
83 | 84 | <ClCompile Include="..\src\external\ed25519.c" /> |
84 | 85 | <ClCompile Include="..\src\external\fe25519.c" /> |
85 | 86 | <ClCompile Include="..\src\external\ge25519.c" /> |
| 87 | + <ClCompile Include="..\src\external\poly1305.c" /> |
86 | 88 | <ClCompile Include="..\src\external\sc25519.c" /> |
87 | 89 | <ClCompile Include="..\src\gcrypt_missing.c" /> |
88 | 90 | <ClCompile Include="..\src\getpass.c" /> |
89 | 91 | <ClCompile Include="..\src\gzip.c" /> |
90 | 92 | <ClCompile Include="..\src\init.c" /> |
91 | 93 | <ClCompile Include="..\src\kex.c" /> |
92 | | - <ClCompile Include="..\src\kex1.c" /> |
| 94 | + <ClCompile Include="..\src\knownhosts.c" /> |
93 | 95 | <ClCompile Include="..\src\known_hosts.c" /> |
94 | 96 | <ClCompile Include="..\src\legacy.c" /> |
95 | | - <ClCompile Include="..\src\libcrypto.c" /> |
96 | 97 | <ClCompile Include="..\src\libgcrypt.c" /> |
97 | 98 | <ClCompile Include="..\src\log.c" /> |
98 | 99 | <ClCompile Include="..\src\match.c" /> |
99 | 100 | <ClCompile Include="..\src\messages.c" /> |
100 | 101 | <ClCompile Include="..\src\misc.c" /> |
101 | 102 | <ClCompile Include="..\src\options.c" /> |
102 | 103 | <ClCompile Include="..\src\packet.c" /> |
103 | | - <ClCompile Include="..\src\packet1.c" /> |
104 | 104 | <ClCompile Include="..\src\packet_cb.c" /> |
105 | 105 | <ClCompile Include="..\src\packet_crypt.c" /> |
106 | 106 | <ClCompile Include="..\src\pcap.c" /> |
|
117 | 117 | <ClCompile Include="..\src\socket.c" /> |
118 | 118 | <ClCompile Include="..\src\string.c" /> |
119 | 119 | <ClCompile Include="..\src\threads.c" /> |
| 120 | + <ClCompile Include="..\src\threads\libgcrypt.c"> |
| 121 | + <ObjectFileName>$(IntDir)\threads_%(Filename).obj</ObjectFileName> |
| 122 | + </ClCompile> |
| 123 | + <ClCompile Include="..\src\threads\noop.c" /> |
| 124 | + <ClCompile Include="..\src\threads\winlocks.c" /> |
120 | 125 | <ClCompile Include="..\src\wrapper.c" /> |
121 | 126 | </ItemGroup> |
122 | 127 | <ItemGroup> |
|
127 | 132 | <ClInclude Include="..\include\libssh\blf.h" /> |
128 | 133 | <ClInclude Include="..\include\libssh\buffer.h" /> |
129 | 134 | <ClInclude Include="..\include\libssh\callbacks.h" /> |
| 135 | + <ClInclude Include="..\include\libssh\chacha.h" /> |
130 | 136 | <ClInclude Include="..\include\libssh\channels.h" /> |
131 | 137 | <ClInclude Include="..\include\libssh\crc32.h" /> |
132 | 138 | <ClInclude Include="..\include\libssh\crypto.h" /> |
|
149 | 155 | <ClInclude Include="..\include\libssh\pki.h" /> |
150 | 156 | <ClInclude Include="..\include\libssh\pki_priv.h" /> |
151 | 157 | <ClInclude Include="..\include\libssh\poll.h" /> |
| 158 | + <ClInclude Include="..\include\libssh\poly1305.h" /> |
152 | 159 | <ClInclude Include="..\include\libssh\priv.h" /> |
153 | 160 | <ClInclude Include="..\include\libssh\sc25519.h" /> |
154 | 161 | <ClInclude Include="..\include\libssh\scp.h" /> |
155 | 162 | <ClInclude Include="..\include\libssh\server.h" /> |
156 | 163 | <ClInclude Include="..\include\libssh\session.h" /> |
157 | 164 | <ClInclude Include="..\include\libssh\sftp.h" /> |
158 | 165 | <ClInclude Include="..\include\libssh\socket.h" /> |
159 | | - <ClInclude Include="..\include\libssh\ssh1.h" /> |
160 | 166 | <ClInclude Include="..\include\libssh\ssh2.h" /> |
161 | 167 | <ClInclude Include="..\include\libssh\string.h" /> |
162 | 168 | <ClInclude Include="..\include\libssh\threads.h" /> |
|
0 commit comments