Remove several of the old obsolete FIPS_corrupt_*() functions.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user