Rename the modulus from n into m
authortb <tb@openbsd.org>
Thu, 19 Oct 2023 19:17:46 +0000 (19:17 +0000)
committertb <tb@openbsd.org>
Thu, 19 Oct 2023 19:17:46 +0000 (19:17 +0000)
commit09d458bcdb0fd5d4f00515835e7470d31714c3d9
tree9da7fb3c1d49bce0640ddbe58c9103539bd268bd
parentf2babcd2b2c66177d872d2b868b662c2140c26b3
Rename the modulus from n into m

This matches what other pages use. Also rewrite the definition of the
modular inverse to be less ugly.
lib/libcrypto/man/BN_mod_inverse.3