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:55:31 +0000 (21:55 +0100)
commitf44310e9ce2cdab64a9269ad8014be978e333db6
treef43676e844900f43e8ddc345d9933a4c06e6a793
parent37258dadaa9e36db4b96a3aa54aa6c67136160cc
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>
test/bntest.c