Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
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
jarl
tor
Commits
f2199763
Commit
f2199763
authored
12 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
touchups on
78582760
parent
2b1119db
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/or/router.c
+2
-2
2 additions, 2 deletions
src/or/router.c
with
2 additions
and
2 deletions
src/or/router.c
+
2
−
2
View file @
f2199763
...
...
@@ -2716,7 +2716,7 @@ extrainfo_dump_to_string(char **s_out, extrainfo_t *extrainfo,
}
/** Return true iff <b>s</b> is a valid server nickname. (That is, a string
* containing between 1 and MAX_NICKNAME_LEN chracters from
* containing between 1 and MAX_NICKNAME_LEN ch
a
racters from
* LEGAL_NICKNAME_CHARACTERS.) */
int
is_legal_nickname
(
const
char
*
s
)
...
...
@@ -2742,7 +2742,7 @@ is_legal_nickname_or_hexdigest(const char *s)
/** Return true iff <b>s</b> is a valid hex-encoded identity-key
* digest. (That is, an optional $, followed by 40 hex characters,
* followed by either nothing, or = or ~ followed by a nickname, or
* a character other than
t
=, ~, or a hex character.)
* a character other than =, ~, or a hex character.)
*/
int
is_legal_hexdigest
(
const
char
*
s
)
...
...
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