node/test/addons/openssl-client-cert-engine
Daniel Bevenius ac7f1e339c
build: make gyp user defined variables lowercase
I mistakenly introduced user defined variables using uppercase
characters, reading the gyp documentation they state:
"Predefined variables. By convention, these are named with
CAPITAL_LETTERS. Predefined variables are set automatically by GYP"
and also "By convention, user-defined variables are named with
lowercase_letters."

This commit renames the user defined variables to lowercase to follow
the above mentioned convention.

PR-URL: https://github.com/nodejs/node/pull/16238
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-02-01 09:51:16 +01:00
..
binding.gyp build: make gyp user defined variables lowercase 2018-02-01 09:51:16 +01:00
test.js test: remove unnecessary use of common.PORT in addons test 2017-12-11 19:52:23 -08:00
testengine.cc tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00