Skip to content

Commit

Permalink
Update crypto_aes.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX authored Jun 24, 2021
1 parent 7eb1d04 commit dcf45a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/crypto_aes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dcf45a1

Please sign in to comment.