mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:35:42 +01:00
Rm old variable from (c)make files
This commit is contained in:
parent
752c501126
commit
147be4f315
@ -80,12 +80,6 @@ set(src_tls
|
||||
ssl_tls.c
|
||||
)
|
||||
|
||||
set(src
|
||||
${src_crypto}
|
||||
${src_x509}
|
||||
${src_tls}
|
||||
)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes")
|
||||
endif(CMAKE_COMPILER_IS_GNUCC)
|
||||
|
@ -72,8 +72,6 @@ OBJS_TLS= debug.o net.o ssl_cache.o \
|
||||
ssl_cookie.o ssl_srv.o ssl_ticket.o \
|
||||
ssl_tls.o
|
||||
|
||||
OBJS=$(OBJS_CRYPTO) $(OBJS_X509) $(OBJS_TLS)
|
||||
|
||||
.SILENT:
|
||||
|
||||
.PHONY: all static shared clean
|
||||
|
Loading…
Reference in New Issue
Block a user