Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
4e87b978
Commit
4e87b978
authored
Sep 25, 2014
by
Nick Mathewson
🎨
Browse files
Fix on that last fix.
parent
91904682
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/crypto_curve25519.c
View file @
4e87b978
...
...
@@ -181,7 +181,7 @@ crypto_read_tagged_contents_from_file(const char *fname,
char
*
content
=
NULL
;
struct
stat
st
;
ssize_t
r
=
-
1
;
size_t
st_size
;
size_t
st_size
=
0
;
*
tag_out
=
NULL
;
st
.
st_size
=
0
;
...
...
Write
Preview
Supports
Markdown
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