Skip to content
Snippets Groups Projects
Commit 3fa821d9 authored by Nick Mathewson's avatar Nick Mathewson :fire:
Browse files

oops, that array got bigger

svn:r4708
parent 7a9eb49f
No related branches found
Tags tor-0.1.1.4-alpha
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment