We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a5222 commit e88d318Copy full SHA for e88d318
1 file changed
src/s390_rsa.c
@@ -66,7 +66,7 @@ static unsigned int mod_expo_sw(int arg_length, unsigned char *arg, int exp_leng
66
RSA* rsa_key_generate(unsigned int modulus_bit_length,
67
unsigned long *public_exponent)
68
{
69
- int min_pubexp = 3;
+ unsigned int min_pubexp = 3;
70
71
#ifdef ICA_FIPS
72
if ((fips & ICA_FIPS_MODE) && (!openssl_in_fips_mode()))
0 commit comments