mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
oops, that array got bigger
svn:r4708
This commit is contained in:
parent
7a9eb49f5f
commit
3fa821d911
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue