diff --git a/src/crypto/crypto_aes.cc b/src/crypto/crypto_aes.cc index 1af9018567f774..d6f6393df6c878 100644 --- a/src/crypto/crypto_aes.cc +++ b/src/crypto/crypto_aes.cc @@ -136,7 +136,6 @@ WebCryptoCipherStatus AES_Cipher( // it up. But we still have to regard zero as special in Node.js code to // prevent old OpenSSL failure. // - // Refs: https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/27534/console // Refs: https://github.com/openssl/openssl/commit/420cb707b880e4fb649094241371701013eeb15f // Refs: https://github.com/nodejs/node/pull/38913#issuecomment-866505244 if (in.size() == 0) {