diff options
author | Richard Levitte <levitte@openssl.org> | 2019-11-10 13:07:46 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-11-12 13:30:35 +0100 |
commit | 4d301427a96010468da2bb67bf1025fa8d886ab9 (patch) | |
tree | 48d9d375970cb7c7c056a814c4066ada8c1491cc /doc | |
parent | Deprecate ERR_load_KDF_strings() (diff) | |
download | openssl-4d301427a96010468da2bb67bf1025fa8d886ab9.tar.xz openssl-4d301427a96010468da2bb67bf1025fa8d886ab9.zip |
Make sure KDF reason codes are conserved in their current state
Because KDF errors are deprecated and only conserved for backward
compatibilty, we must make sure that they remain untouched. A simple
way to signal that is by modifying crypto/err/openssl.ec and replace
the main header file (include/openssl/kdf.h in this case) with 'NONE',
while retaining the error table file (crypto/kdf/kdf_err.c).
util/mkerr.pl is modified to silently ignore anything surrounding a
conserved lib when such a .ec line is found.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10368)
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions