mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
test: fix typo in test_node_crypto.cc
settting -> setting PR-URL: https://github.com/nodejs/node/pull/37469 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
76a073b67e
commit
2d52dc3efb
|
|
@ -1,5 +1,5 @@
|
|||
// This simulates specifying the configuration option --openssl-system-ca-path
|
||||
// and settting it to a file that does not exist.
|
||||
// and setting it to a file that does not exist.
|
||||
#define NODE_OPENSSL_SYSTEM_CERT_PATH "/missing/ca.pem"
|
||||
|
||||
#include "crypto/crypto_context.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user