diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-24 15:00:12 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-24 15:00:12 +0100 |
commit | 876c121ccb479d667a1ab00d0cb2d9cb1c298e7d (patch) | |
tree | b2e05719f88528c5e7fd01f9d57fbf07abcedf39 /networking | |
parent | f4a670a9110426e9153e7d5f6e7b7d1f1eac6195 (diff) | |
download | busybox-w32-876c121ccb479d667a1ab00d0cb2d9cb1c298e7d.tar.gz busybox-w32-876c121ccb479d667a1ab00d0cb2d9cb1c298e7d.tar.bz2 busybox-w32-876c121ccb479d667a1ab00d0cb2d9cb1c298e7d.zip |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tls_pstm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_pstm.c b/networking/tls_pstm.c index acd800307..c39a2182d 100644 --- a/networking/tls_pstm.c +++ b/networking/tls_pstm.c | |||
@@ -1624,7 +1624,7 @@ int32 pstm_exptmod(psPool_t *pool, pstm_int *G, pstm_int *X, pstm_int *P, | |||
1624 | paDlen = ((M[1].used + 3) * 2) * sizeof(pstm_digit); | 1624 | paDlen = ((M[1].used + 3) * 2) * sizeof(pstm_digit); |
1625 | paD = xzalloc(paDlen);//bbox | 1625 | paD = xzalloc(paDlen);//bbox |
1626 | /* | 1626 | /* |
1627 | compute the value at M[1<<(winsize-1)] by squaring M[1] (winsize-1) times | 1627 | compute the value at M[1<<(winsize-1)] by squaring M[1] (winsize-1) times |
1628 | */ | 1628 | */ |
1629 | if (pstm_init_copy(pool, &M[1 << (winsize - 1)], &M[1], 1) != PSTM_OKAY) { | 1629 | if (pstm_init_copy(pool, &M[1 << (winsize - 1)], &M[1], 1) != PSTM_OKAY) { |
1630 | err = PS_MEM_FAIL; | 1630 | err = PS_MEM_FAIL; |