Reorder the text such that every function is discussed only once
authorschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 15:04:33 +0000 (15:04 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2023 15:04:33 +0000 (15:04 +0000)
commit478081442304c2c3c29c7d8bde10815e512e10fe
treeebe5b8b890279d6be3131d477ed65bb7254e0c61
parent630f168f1e93dca87ef570258c1dd13aac07ea6f
Reorder the text such that every function is discussed only once
instead of discussing some of them at two different places.
Also follow a more logical order: initialization first, then reading
and writing, then retrieving the digest and reinitialization.
Leave context handling and chain duplication at the end because
both are rarely needed.

While here, also tweak the wording of the shuffled text
and add some precision in a few places.
lib/libcrypto/man/BIO_f_md.3