Branch: refs/heads/openssl-3.0 Home: https://github.com/openssl/openssl Commit: 841b041336fab3956f7ef6c5402406f517d836f6 https://github.com/openssl/openssl/commit/841b041336fab3956f7ef6c5402406f517d836f6 Author: Daniel Gustafsson <dan...@yesql.se> Date: 2024-07-15 (Mon, 15 Jul 2024)
Changed paths: M doc/man3/MD5.pod Log Message: ----------- Rearrange code examples in docs for clarity The introduction of a deprecation notice between the header include line and the function prototypes left the inclusion in the previous block. Move the #include to after the deprecation notice to ensure that the headers is included together with the corresponding MDX_y* functions. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Matt Caswell <m...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24864) (cherry picked from commit b33f2697d953ac5dbadbe99d4110fe907b215ad8) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications