diff options
Diffstat (limited to 'crypto/rsa/rsa_crpt.c')
| -rw-r--r-- | crypto/rsa/rsa_crpt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index 5c416b53fab0..68f2981cc54d 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -219,7 +219,7 @@ BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)           * if PRNG is not properly seeded, resort to secret exponent as           * unpredictable seed           */ -        RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0); +        RAND_add(rsa->d->d, rsa->d->dmax * sizeof(rsa->d->d[0]), 0.0);      }      if (!(rsa->flags & RSA_FLAG_NO_CONSTTIME)) { | 
