commit | be80b21d2a9c1e0d4fb920ca023e4ec225d878a7 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Dec 03 10:59:11 2018 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Dec 03 12:32:31 2018 +0100 |
tree | ef7cabacff562bbe303967e2d334f0f79204622c | |
parent | 7b4a3515a4ddb567d48000e61d7cb640d0c5f261 [diff] |
Docs: better deprecation text Expand the text on deprecation to be more descriptive and to refer back to openssl_user_macros(7). Incidently, this required a small change in util/find-doc-nits, to have it skip over any line that isn't part of a block (i.e. that hasn't been indented with at least one space. That makes it skip over deprecation text. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7745)