]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rearrange code examples in docs for clarity
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 12 Jul 2024 10:08:04 +0000 (12:08 +0200)
committerNeil Horman <nhorman@openssl.org>
Mon, 15 Jul 2024 16:21:31 +0000 (12:21 -0400)
commitb33f2697d953ac5dbadbe99d4110fe907b215ad8
tree7f418b5f34f2cde9baf8a741ee08f2200d753f86
parent9884568569feb559cea2496a3326259a53db0860
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 <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24864)
doc/man3/MD5.pod