Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
1eb30827
Commit
1eb30827
authored
11 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
curl_sasl: Fixed compilation warning under DEBUGBUILD
parent
e8c1bf88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/curl_sasl.c
+2
-0
2 additions, 0 deletions
lib/curl_sasl.c
with
2 additions
and
0 deletions
lib/curl_sasl.c
+
2
−
0
View file @
1eb30827
...
...
@@ -423,7 +423,9 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
unsigned
int
cnonce2
=
0
;
unsigned
int
cnonce3
=
0
;
unsigned
int
cnonce4
=
0
;
#ifndef DEBUGBUILD
struct
timeval
now
;
#endif
char
nonceCount
[]
=
"00000001"
;
char
method
[]
=
"AUTHENTICATE"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment