(option)
| 2248 | |
| 2249 | if options.without_ssl: |
| 2250 | def without_ssl_error(option): |
| 2251 | error(f'--without-ssl is incompatible with {option}') |
| 2252 | if options.shared_openssl: |
| 2253 | without_ssl_error('--shared-openssl') |
| 2254 | if options.openssl_no_asm: |
no test coverage detected
searching dependent graphs…