Avoid mentioning uninitialised contexts.
authorPauli <paul.dale@oracle.com>
Fri, 16 Feb 2018 01:24:51 +0000 (11:24 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 18 Feb 2018 22:41:55 +0000 (08:41 +1000)
commitb45497c3371e218867d7ad43da8f99c34a32f635
treea1caa98b17d25a895f6ded1e0c73e41dd77b72de
parent1d2c6b7d4a5cb00d43a8b57e028923f8592f49c7
Avoid mentioning uninitialised contexts.

All contexts must be initialised because they can only be created using the _new() calls.
Remove the outdated mentions of uninitialised and initialised contexts.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5388)
doc/man3/EVP_DigestInit.pod
doc/man3/EVP_EncryptInit.pod