src: add --use-bundled-ca --use-openssl-ca check · nodejs/node@8a7db9d · GitHub
Skip to content

Commit 8a7db9d

Browse files
committed
src: add --use-bundled-ca --use-openssl-ca check
The --use-bundled-ca and --use-openssl-ca command line arguments are mutually exclusive but can both be used on the same command line. This commit adds a check if both options are used. Fixes: #12083 PR-URL: #12087 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent 4d255b0 commit 8a7db9d

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

src/node.cc

Lines changed: 14 additions & 0 deletions
Lines changed: 31 additions & 0 deletions

0 commit comments

Comments
 (0)