mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
fix harmless copy-and-paste error
svn:r4718
This commit is contained in:
parent
ea2aa107a7
commit
197eb2b2cb
@ -1305,7 +1305,7 @@ static void init_dh_param(void) {
|
|||||||
BN_mod_exp(g_x, dh_param_g, x, dh_param_p, ctx);
|
BN_mod_exp(g_x, dh_param_g, x, dh_param_p, ctx);
|
||||||
x_s = BN_bn2hex(x);
|
x_s = BN_bn2hex(x);
|
||||||
g_x_s = BN_bn2hex(g_x);
|
g_x_s = BN_bn2hex(g_x);
|
||||||
p_x_s = BN_bn2hex(g_x);
|
p_x_s = BN_bn2hex(p_x);
|
||||||
dh_gx_xx[i*3]=x;
|
dh_gx_xx[i*3]=x;
|
||||||
dh_gx_xx[i*3+1]=g_x;
|
dh_gx_xx[i*3+1]=g_x;
|
||||||
dh_gx_xx[i*3+2]=p_x;
|
dh_gx_xx[i*3+2]=p_x;
|
||||||
|
Loading…
Reference in New Issue
Block a user