Don't try 1**0 test with FIPS.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 16 Oct 2014 03:18:50 +0000 (04:18 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 16 Oct 2014 03:40:50 +0000 (04:40 +0100)
commitf33636faf77aa2b8bb96f75b9719cd3f5b41e3ba
treef996e1f854bea500a8280333296f667d9b0961b6
parent94f735cade663bc2126bab20f3f16c10b6b9f464
Don't try 1**0 test with FIPS.

The 1**0 test will fail for FIPS capable builds because it uses the
old BIGNUM code in the 1.2 FIPS module which can't be fixed.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
crypto/bn/exptest.c