Remove several of the old obsolete FIPS_corrupt_*() functions.

This commit is contained in:
Dr. Stephen Henson
2011-04-14 11:30:51 +00:00
parent ac892b7aa6
commit a6311f856b
11 changed files with 10 additions and 104 deletions

View File

@@ -84,7 +84,7 @@ static const unsigned char dsa_test_2048_p[] = {
0x2c,0x8d,0x74,0x69,0xdb,0x02,0xe2,0x4d,0x59,0x23,0x94,0xa7,
0xdb,0xa0,0x69,0xe9
};
static unsigned char dsa_test_2048_q[] = {
static const unsigned char dsa_test_2048_q[] = {
0xd2,0x77,0x04,0x4e,0x50,0xf5,0xa4,0xe3,0xf5,0x10,0xa5,0x0a,
0x0b,0x84,0xfd,0xff,0xbc,0xa0,0x47,0xed,0x27,0x60,0x20,0x56,
0x74,0x41,0xa0,0xa5
@@ -144,11 +144,6 @@ static const unsigned char dsa_test_2048_priv_key[] = {
0xec,0x55,0xf6,0xcc
};
void FIPS_corrupt_dsa()
{
++dsa_test_2048_q[0];
}
int FIPS_selftest_dsa()
{
DSA *dsa=NULL;