mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 05:25:38 +01:00
Update Makefile, CMake, and VisualC project file
This commit is contained in:
parent
b769db8c66
commit
b5cbebe91a
@ -83,10 +83,14 @@ set(src_x509
|
|||||||
set(src_tls
|
set(src_tls
|
||||||
debug.c
|
debug.c
|
||||||
net_sockets.c
|
net_sockets.c
|
||||||
|
ssl_12_cli.c
|
||||||
|
ssl_12_gen.c
|
||||||
|
ssl_12_srv.c
|
||||||
ssl_cache.c
|
ssl_cache.c
|
||||||
ssl_ciphersuites.c
|
ssl_ciphersuites.c
|
||||||
ssl_cli.c
|
ssl_cli.c
|
||||||
ssl_cookie.c
|
ssl_cookie.c
|
||||||
|
ssl_msg.c
|
||||||
ssl_srv.c
|
ssl_srv.c
|
||||||
ssl_ticket.c
|
ssl_ticket.c
|
||||||
ssl_tls.c
|
ssl_tls.c
|
||||||
|
@ -75,10 +75,12 @@ OBJS_X509= certs.o pkcs11.o x509.o \
|
|||||||
x509_csr.o x509write_crt.o x509write_csr.o
|
x509_csr.o x509write_crt.o x509write_csr.o
|
||||||
|
|
||||||
OBJS_TLS= debug.o net_sockets.o \
|
OBJS_TLS= debug.o net_sockets.o \
|
||||||
|
ssl_12_cli.o ssl_12_gen.o \
|
||||||
|
ssl_12_srv.o \
|
||||||
ssl_cache.o ssl_ciphersuites.o \
|
ssl_cache.o ssl_ciphersuites.o \
|
||||||
ssl_cli.o ssl_cookie.o \
|
ssl_cli.o ssl_cookie.o \
|
||||||
ssl_srv.o ssl_ticket.o \
|
ssl_msg.o ssl_srv.o \
|
||||||
ssl_tls.o
|
ssl_ticket.o ssl_tls.o
|
||||||
|
|
||||||
INCLUDING_FROM_MBEDTLS:=1
|
INCLUDING_FROM_MBEDTLS:=1
|
||||||
include ../crypto/3rdparty/Makefile.inc
|
include ../crypto/3rdparty/Makefile.inc
|
||||||
|
@ -257,10 +257,14 @@
|
|||||||
<ClCompile Include="..\..\library\debug.c" />
|
<ClCompile Include="..\..\library\debug.c" />
|
||||||
<ClCompile Include="..\..\library\net_sockets.c" />
|
<ClCompile Include="..\..\library\net_sockets.c" />
|
||||||
<ClCompile Include="..\..\library\pkcs11.c" />
|
<ClCompile Include="..\..\library\pkcs11.c" />
|
||||||
|
<ClCompile Include="..\..\library\ssl_12_cli.c" />
|
||||||
|
<ClCompile Include="..\..\library\ssl_12_gen.c" />
|
||||||
|
<ClCompile Include="..\..\library\ssl_12_srv.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cache.c" />
|
<ClCompile Include="..\..\library\ssl_cache.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cookie.c" />
|
<ClCompile Include="..\..\library\ssl_cookie.c" />
|
||||||
|
<ClCompile Include="..\..\library\ssl_msg.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_ticket.c" />
|
<ClCompile Include="..\..\library\ssl_ticket.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||||
|
Loading…
Reference in New Issue
Block a user