Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mbedtls
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
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
CMakeLists.txt
library/CMakeLists.txt
+0
-6
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