Skip to content

Commit dcf45a1

Browse files
authored
Update crypto_aes.cc
1 parent 7eb1d04 commit dcf45a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/crypto/crypto_aes.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ WebCryptoCipherStatus AES_Cipher(
136136
// it up. But we still have to regard zero as special in Node.js code to
137137
// prevent old OpenSSL failure.
138138
//
139-
// Refs: https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/27534/console
140139
// Refs: https://github.com/openssl/openssl/commit/420cb707b880e4fb649094241371701013eeb15f
141140
// Refs: https://github.com/nodejs/node/pull/38913#issuecomment-866505244
142141
if (in.size() == 0) {

0 commit comments

Comments
 (0)