Skip to content

Commit 5ec3b6e

Browse files
authored
Update src/crypto/crypto_util.cc
1 parent 3f76985 commit 5ec3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_util.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void TestFipsCrypto(const v8::FunctionCallbackInfo<v8::Value>& args) {
205205

206206
void GetOpenSSLSecLevelCrypto(const FunctionCallbackInfo<Value>& args) {
207207
// for BoringSSL assume the same as the default
208-
int sec_level = 1;
208+
int sec_level = OPENSSL_TLS_SECURITY_LEVEL;
209209
#ifndef OPENSSL_IS_BORINGSSL
210210
Environment* env = Environment::GetCurrent(args);
211211

0 commit comments

Comments
 (0)