The version that was actually submitted for FIPS testing.

This commit is contained in:
Ben Laurie
2004-06-19 13:15:35 +00:00
parent 3e00d6c4bb
commit b5e4469150
13 changed files with 48 additions and 39 deletions

View File

@@ -78,7 +78,6 @@ static ERR_STRING_DATA DH_str_functs[]=
static ERR_STRING_DATA DH_str_reasons[]=
{
{DH_R_BAD_GENERATOR ,"bad generator"},
{DH_R_NOT_PERMITTED_IN_FIPS_MODE ,"not permitted in fips mode"},
{DH_R_NO_PRIVATE_VALUE ,"no private value"},
{0,NULL}
};