(configure, do_script)
| 87 | |
| 88 | |
| 89 | def run_configure(configure, do_script): |
| 90 | print("perl Configure "+configure+" no-idea no-mdc2") |
| 91 | os.system("perl Configure "+configure+" no-idea no-mdc2") |
| 92 | print(do_script) |
| 93 | os.system(do_script) |
| 94 | |
| 95 | def fix_uplink(): |
| 96 | # uplink.c tries to find the OPENSSL_Applink function exported from the current |
no outgoing calls
no test coverage detected
searching dependent graphs…