Add a CHANGES.md entry
Reviewed-by: Tomas Mraz <tomas@openssl.foundation> Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by: Norbert Pocs <norbertp@openssl.org> MergeDate: Wed May 6 11:36:09 2026 (Merged from https://github.com/openssl/openssl/pull/31001)
This commit is contained in:
parent
c06af2ec8a
commit
8b6a8a42af
1 changed files with 9 additions and 0 deletions
|
|
@ -49,6 +49,15 @@ OpenSSL Releases
|
|||
|
||||
*Tong Li*
|
||||
|
||||
* Header files in OpenSSL are being changed to reflect modern development
|
||||
practices - Include files should all be guarded for inclusion by a define
|
||||
and must be self contained, meaning they include all dependencies they need
|
||||
to compile on their own. Headers have been changed to include guards and
|
||||
to include the dependencies they require. Doing this will help the
|
||||
future use of more modern tooling.
|
||||
|
||||
*Bob Beck*
|
||||
|
||||
* `EVP_CIPHER_CTX_get_num()` and `EVP_CIPHER_CTX_set_num()' have been deprecated.
|
||||
|
||||
Refer to ossl-migration-guide(7) for more info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue