Add a BN_mod_word test()
authorMatt Caswell <matt@openssl.org>
Tue, 31 May 2016 10:38:52 +0000 (11:38 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Jun 2016 20:58:55 +0000 (21:58 +0100)
commite4c4b2766bb97b34ea3479252276ab7c66311809
tree64bfbaefcae5f9164de11c94c8783b47378a83de
parente82fd1b4574c8908b2c3bb68e1237f057a981820
Add a BN_mod_word test()

The previous commit fixed a bug with BN_mod_word() which would have been
caught if we had a test for it. This commit adds one.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/bn/bntest.c