We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb1d04 commit dcf45a1Copy full SHA for dcf45a1
1 file changed
src/crypto/crypto_aes.cc
@@ -136,7 +136,6 @@ WebCryptoCipherStatus AES_Cipher(
136
// it up. But we still have to regard zero as special in Node.js code to
137
// prevent old OpenSSL failure.
138
//
139
- // Refs: https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/27534/console
140
// Refs: https://github.com/openssl/openssl/commit/420cb707b880e4fb649094241371701013eeb15f
141
// Refs: https://github.com/nodejs/node/pull/38913#issuecomment-866505244
142
if (in.size() == 0) {
0 commit comments