CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/30 10:41:01
Modified files:
lib/libcrypto/evp: evp_cipher.c evp_digest.c
Log message:
Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe
We have a bunch of code that relies on this. Surely there is code out
there in the wider ecosystem that relies on these being NULL-safe by
now since upstream sprinkles NULL checks wherever they can.
ok beck joshua
