| 95 | } |
| 96 | |
| 97 | static void |
| 98 | fips_test_parse_version(void) |
| 99 | { |
| 100 | int len = strlen(info.vec[0]); |
| 101 | char *ptr = info.vec[0]; |
| 102 | |
| 103 | info.version = strtof(ptr + len - 4, NULL); |
| 104 | } |
| 105 | |
| 106 | static int |
| 107 | fips_test_parse_header(void) |
no outgoing calls
no test coverage detected