| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2767eba commit 034ba73
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2729,12 +2729,14 @@ void ProcessArgv(std::vector<std::string>* args, | |||
| 2729 | 2729 | exit(9); | |
| 2730 | 2730 | } | |
| 2731 | 2731 | ||
| 2732 | + #if HAVE_OPENSSL | ||
| 2732 | 2733 | if (per_process_opts->use_openssl_ca && per_process_opts->use_bundled_ca) { | |
| 2733 | 2734 | fprintf(stderr, "%s: either --use-openssl-ca or --use-bundled-ca can be " | |
| 2734 | 2735 | "used, not both\n", | |
| 2735 | 2736 | args->at(0).c_str()); | |
| 2736 | 2737 | exit(9); | |
| 2737 | 2738 | } | |
| 2739 | + #endif | ||
| 2738 | 2740 | ||
| 2739 | 2741 | if (std::find(v8_args.begin(), v8_args.end(), | |
| 2740 | 2742 | "--abort-on-uncaught-exception") != v8_args.end() || | |
| Back | FazBrowse Home | New Git URL |
0 commit comments