| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c2c467e commit 986ef6f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -965,6 +965,15 @@ def configure_openssl(o): | |||
| 965 | 965 | ||
| 966 | 966 | ||
| 967 | 967 | if options.without_ssl: | |
| 968 | + def without_ssl_error(option): | ||
| 969 | + print('Error: --without-ssl is incompatible with %s' % option) | ||
| 970 | + exit(1) | ||
| 971 | + if options.shared_openssl: | ||
| 972 | + without_ssl_error('--shared-openssl') | ||
| 973 | + if options.openssl_no_asm: | ||
| 974 | + without_ssl_error('--openssl-no-asm') | ||
| 975 | + if options.openssl_fips: | ||
| 976 | + without_ssl_error('--openssl-fips') | ||
| 968 | 977 | return | |
| 969 | 978 | configure_library('openssl', o) | |
| 970 | 979 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments