Loading fips/dsa/fips_dssvs.c +2 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ static int parse_mod(char *line, int *pdsa2, int *pL, int *pN, *pL = atoi(line); *pdsa2 = 0; *pN = 160; if (pmd) *pmd = EVP_sha1(); return 1; } Loading Loading
fips/dsa/fips_dssvs.c +2 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ static int parse_mod(char *line, int *pdsa2, int *pL, int *pN, *pL = atoi(line); *pdsa2 = 0; *pN = 160; if (pmd) *pmd = EVP_sha1(); return 1; } Loading