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
15e9a927
Commit
15e9a927
authored
Oct 13, 2016
by
Deomid Ryabkov
Committed by
Cesanta Bot
Oct 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run V7 tests with -Wundef
PUBLISHED_FROM=e2375c5b10be12a75f6a5f9df56ebe9f5faa9331
parent
bafc30be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
mongoose.c
mongoose.c
+5
-1
No files found.
mongoose.c
View file @
15e9a927
...
@@ -757,6 +757,8 @@ double cs_time(void) {
...
@@ -757,6 +757,8 @@ double cs_time(void) {
#if !DISABLE_MD5 && !defined(EXCLUDE_COMMON)
#if !DISABLE_MD5 && !defined(EXCLUDE_COMMON)
/* Amalgamated: #include "common/cs_endian.h" */
static
void
byteReverse
(
unsigned
char
*
buf
,
unsigned
longs
)
{
static
void
byteReverse
(
unsigned
char
*
buf
,
unsigned
longs
)
{
/* Forrest: MD5 expect LITTLE_ENDIAN, swap if BIG_ENDIAN */
/* Forrest: MD5 expect LITTLE_ENDIAN, swap if BIG_ENDIAN */
#if BYTE_ORDER == BIG_ENDIAN
#if BYTE_ORDER == BIG_ENDIAN
...
@@ -1148,9 +1150,11 @@ int mg_strcmp(const struct mg_str str1, const struct mg_str str2) {
...
@@ -1148,9 +1150,11 @@ int mg_strcmp(const struct mg_str str1, const struct mg_str str2) {
/* Copyright(c) By Steve Reid <steve@edmweb.com> */
/* Copyright(c) By Steve Reid <steve@edmweb.com> */
/* 100% Public Domain */
/* 100% Public Domain */
/* Amalgamated: #include "common/sha1.h" */
#if !DISABLE_SHA1 && !defined(EXCLUDE_COMMON)
#if !DISABLE_SHA1 && !defined(EXCLUDE_COMMON)
/* Amalgamated: #include "common/
sha1
.h" */
/* Amalgamated: #include "common/
cs_endian
.h" */
#define SHA1HANDSOFF
#define SHA1HANDSOFF
#if defined(__sun)
#if defined(__sun)
...
...
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