mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
Fix typo in FIPS_MODULE endif macro comment
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12755)
This commit is contained in:
parent
1010e4ac97
commit
6f04bcc7e3
@ -66,7 +66,7 @@ int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes,
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
#endif /* FIPS_MODUKE */
|
||||
#endif /* FIPS_MODULE */
|
||||
return rsa_keygen(rsa->libctx, rsa, bits, primes, e_value, cb, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user