| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | void | - |
| 17 | seed_rng(void) | - |
| 18 | { | - |
| 19 | | - |
| 20 | | - |
| 21 | | - |
| 22 | if (!ssh_compatible_openssl(| TRUE | never evaluated | | FALSE | evaluated 30 times by 2 tests |
| 0-30 |
| 23 | 0x100020cfL| TRUE | never evaluated | | FALSE | evaluated 30 times by 2 tests |
| 0-30 |
| 24 | , SSLeay())| TRUE | never evaluated | | FALSE | evaluated 30 times by 2 tests |
) | 0-30 |
| 25 | fatal("OpenSSL version mismatch. Built against %lx, you " never executed: fatal("OpenSSL version mismatch. Built against %lx, you " "have %lx", (u_long) 0x100020cfL , SSLeay()); | 0 |
| 26 | "have %lx", (u_long) never executed: fatal("OpenSSL version mismatch. Built against %lx, you " "have %lx", (u_long) 0x100020cfL , SSLeay()); | 0 |
| 27 | 0x100020cfL never executed: fatal("OpenSSL version mismatch. Built against %lx, you " "have %lx", (u_long) 0x100020cfL , SSLeay()); | 0 |
| 28 | , SSLeay()); never executed: fatal("OpenSSL version mismatch. Built against %lx, you " "have %lx", (u_long) 0x100020cfL , SSLeay()); | 0 |
| 29 | if (RAND_status() != 1| TRUE | never evaluated | | FALSE | evaluated 30 times by 2 tests |
) | 0-30 |
| 30 | fatal("PRNG is not seeded"); never executed: fatal("PRNG is not seeded"); | 0 |
| 31 | }executed 30 times by 2 tests: end of block | 30 |
| | |