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
3fa821d9
Commit
3fa821d9
authored
Aug 04, 2005
by
Nick Mathewson
🎨
Browse files
oops, that array got bigger
svn:r4708
parent
7a9eb49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/crypto.c
View file @
3fa821d9
...
...
@@ -1295,7 +1295,7 @@ static void init_dh_param(void) {
dh_param_g
=
g
;
ctx
=
BN_CTX_new
();
for
(
i
=
0
;
i
<
4
;
++
i
)
{
for
(
i
=
0
;
i
<
5
;
++
i
)
{
BIGNUM
*
x
=
BN_new
(),
*
g_x
=
BN_new
();
char
*
x_s
,
*
g_x_s
;
BN_copy
(
x
,
dh_param_p
);
...
...
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