Skip to content

Commit

Permalink
Update OpenSSL to 1.0.2q
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 22, 2018
1 parent e89aeee commit 9e20132
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions 3rdparty/libcrypto-2010.vcxproj
Expand Up @@ -340,6 +340,7 @@
<ClCompile Include="openssl\crypto\cversion.c" />
<ClCompile Include="openssl\crypto\ebcdic.c" />
<ClCompile Include="openssl\crypto\ex_data.c" />
<ClCompile Include="openssl\crypto\getenv.c" />
<ClCompile Include="openssl\crypto\mem.c" />
<ClCompile Include="openssl\crypto\mem_clr.c" />
<ClCompile Include="openssl\crypto\mem_dbg.c" />
Expand Down
3 changes: 3 additions & 0 deletions 3rdparty/libcrypto-2010.vcxproj.filters
Expand Up @@ -575,6 +575,9 @@
<ClCompile Include="openssl\crypto\ex_data.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\getenv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\mem.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions 3rdparty/libcrypto-2012.vcxproj
Expand Up @@ -346,6 +346,7 @@
<ClCompile Include="openssl\crypto\cversion.c" />
<ClCompile Include="openssl\crypto\ebcdic.c" />
<ClCompile Include="openssl\crypto\ex_data.c" />
<ClCompile Include="openssl\crypto\getenv.c" />
<ClCompile Include="openssl\crypto\mem.c" />
<ClCompile Include="openssl\crypto\mem_clr.c" />
<ClCompile Include="openssl\crypto\mem_dbg.c" />
Expand Down
3 changes: 3 additions & 0 deletions 3rdparty/libcrypto-2012.vcxproj.filters
Expand Up @@ -575,6 +575,9 @@
<ClCompile Include="openssl\crypto\ex_data.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\getenv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\mem.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions 3rdparty/libcrypto-2013.vcxproj
Expand Up @@ -346,6 +346,7 @@
<ClCompile Include="openssl\crypto\cversion.c" />
<ClCompile Include="openssl\crypto\ebcdic.c" />
<ClCompile Include="openssl\crypto\ex_data.c" />
<ClCompile Include="openssl\crypto\getenv.c" />
<ClCompile Include="openssl\crypto\mem.c" />
<ClCompile Include="openssl\crypto\mem_clr.c" />
<ClCompile Include="openssl\crypto\mem_dbg.c" />
Expand Down
3 changes: 3 additions & 0 deletions 3rdparty/libcrypto-2013.vcxproj.filters
Expand Up @@ -575,6 +575,9 @@
<ClCompile Include="openssl\crypto\ex_data.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\getenv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\mem.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions 3rdparty/libcrypto-2015.vcxproj
Expand Up @@ -348,6 +348,7 @@
<ClCompile Include="openssl\crypto\cversion.c" />
<ClCompile Include="openssl\crypto\ebcdic.c" />
<ClCompile Include="openssl\crypto\ex_data.c" />
<ClCompile Include="openssl\crypto\getenv.c" />
<ClCompile Include="openssl\crypto\mem.c" />
<ClCompile Include="openssl\crypto\mem_clr.c" />
<ClCompile Include="openssl\crypto\mem_dbg.c" />
Expand Down
3 changes: 3 additions & 0 deletions 3rdparty/libcrypto-2015.vcxproj.filters
Expand Up @@ -575,6 +575,9 @@
<ClCompile Include="openssl\crypto\ex_data.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\getenv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\mem.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down
3 changes: 2 additions & 1 deletion 3rdparty/libcrypto-2017.vcxproj
Expand Up @@ -352,6 +352,7 @@
<ClCompile Include="openssl\crypto\cversion.c" />
<ClCompile Include="openssl\crypto\ebcdic.c" />
<ClCompile Include="openssl\crypto\ex_data.c" />
<ClCompile Include="openssl\crypto\getenv.c" />
<ClCompile Include="openssl\crypto\mem.c" />
<ClCompile Include="openssl\crypto\mem_clr.c" />
<ClCompile Include="openssl\crypto\mem_dbg.c" />
Expand Down Expand Up @@ -724,4 +725,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
5 changes: 4 additions & 1 deletion 3rdparty/libcrypto-2017.vcxproj.filters
Expand Up @@ -1679,5 +1679,8 @@
<ClCompile Include="openssl\crypto\x509v3\v3err.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="openssl\crypto\getenv.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions 3rdparty/libcrypto.bkl
Expand Up @@ -236,6 +236,7 @@ library WinSparkle_libcrypto : t_3rdparty {
cversion.c
ebcdic.c
ex_data.c
getenv.c
mem.c
mem_clr.c
mem_dbg.c
Expand Down
4 changes: 4 additions & 0 deletions 3rdparty/libcrypto.vcproj
Expand Up @@ -1051,6 +1051,10 @@
RelativePath="openssl\crypto\ex_data.c"
>
</File>
<File
RelativePath="openssl\crypto\getenv.c"
>
</File>
<File
RelativePath="openssl\crypto\mem.c"
>
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/openssl
Submodule openssl updated 298 files
1 change: 1 addition & 0 deletions 3rdparty/openssl-win32/openssl/bn_int.h
@@ -0,0 +1 @@
#include "../../openssl/crypto/bn_int.h"

0 comments on commit 9e20132

Please sign in to comment.