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
The Tor Project
Core
Tor
Commits
361eaa99
Commit
361eaa99
authored
Oct 09, 2018
by
Nick Mathewson
🎨
Browse files
Merge remote-tracking branch 'public/ticket27856'
parents
43211c3a
9e1a3be0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/crypt_ops/crypto_dh_nss.c
View file @
361eaa99
...
...
@@ -53,6 +53,8 @@ crypto_dh_init_nss(void)
circuit_dh_param
.
prime
.
len
=
DH1024_KEY_LEN
;
circuit_dh_param
.
base
.
data
=
dh_generator_data
;
circuit_dh_param
.
base
.
len
=
1
;
dh_initialized
=
1
;
}
void
...
...
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