Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
2d880c4f
Commit
2d880c4f
authored
Oct 09, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved auth.c to separate dir
parent
4ca4c862
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
Makefile
examples/Makefile
+1
-1
Makefile
examples/digest_authentication/Makefile
+12
-0
digest_auth.c
examples/digest_authentication/digest_auth.c
+0
-0
No files found.
examples/Makefile
View file @
2d880c4f
...
...
@@ -6,7 +6,7 @@
CFLAGS
=
-W
-Wall
-I
..
-pthread
-g
-pipe
$(CFLAGS_EXTRA)
RM
=
rm
-rf
OUT
=
-o
$@
ALL_PROGS
=
server post
auth
ALL_PROGS
=
server post
NS
=
../../net_skeleton
SW
=
../../ssl_wrapper
...
...
examples/digest_authentication/Makefile
0 → 100644
View file @
2d880c4f
# Copyright (c) 2014 Cesanta Software
# All rights reserved
PROG
=
digest_auth
CFLAGS
=
-W
-Wall
-I
../..
-g
-O0
$(CFLAGS_EXTRA)
SOURCES
=
$(PROG)
.c ../../mongoose.c
$(PROG)
:
$(SOURCES)
$(CC)
-o
$(PROG)
$(SOURCES)
$(CFLAGS)
clean
:
rm
-rf
$(PROG)
*
.exe
*
.dSYM
*
.obj
*
.exp .
*
o
*
.lib
examples/auth.c
→
examples/
digest_authentication/digest_
auth.c
View file @
2d880c4f
File moved
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