aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_pstm.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tls_pstm.c')
-rw-r--r--networking/tls_pstm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_pstm.c b/networking/tls_pstm.c
index bd5bae0b7..e12e6c9d4 100644
--- a/networking/tls_pstm.c
+++ b/networking/tls_pstm.c
@@ -2127,7 +2127,7 @@ int32 pstm_invmod(psPool_t *pool, pstm_int *a, pstm_int *b, pstm_int *c)
2127{ 2127{
2128 pstm_int x, y, u, v, B, D; 2128 pstm_int x, y, u, v, B, D;
2129 int32 res; 2129 int32 res;
2130 uint16 neg, sanity; 2130 int neg, sanity; //bbox: was uint16
2131 2131
2132 /* 2. [modified] b must be odd */ 2132 /* 2. [modified] b must be odd */
2133 if (pstm_iseven (b) == 1) { 2133 if (pstm_iseven (b) == 1) {