Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
147be4f3
Commit
147be4f3
authored
Jun 25, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rm old variable from (c)make files
parent
752c5011
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
library/CMakeLists.txt
library/CMakeLists.txt
+0
-6
library/Makefile
library/Makefile
+0
-2
No files found.
library/CMakeLists.txt
View file @
147be4f3
...
...
@@ -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
)
...
...
library/Makefile
View file @
147be4f3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment