summaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_s390x_nistp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/ecp_s390x_nistp.c')
-rw-r--r--crypto/ec/ecp_s390x_nistp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ecp_s390x_nistp.c b/crypto/ec/ecp_s390x_nistp.c
index 173fd72362..4a676c37ad 100644
--- a/crypto/ec/ecp_s390x_nistp.c
+++ b/crypto/ec/ecp_s390x_nistp.c
@@ -180,7 +180,7 @@ static ECDSA_SIG *ecdsa_s390x_nistp_sign_sig(const unsigned char *dgst,
* internally implementing counter-measures for RNG weakness.
*/
if (RAND_priv_bytes_ex(eckey->libctx, param + S390X_OFF_RN(len),
- len) != 1) {
+ len, 0) != 1) {
ERR_raise(ERR_LIB_EC, EC_R_RANDOM_NUMBER_GENERATION_FAILED);
goto ret;
}