diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2021-02-17 10:56:35 +0100 |
---|---|---|
committer | Pauli <ppzgs1@gmail.com> | 2021-02-18 12:14:32 +0100 |
commit | 47c076acfc5debbae386c552bdb423e832042ae7 (patch) | |
tree | ede4caca459c3373ecba2a7fbc7b7550ec04fa85 /fuzz | |
parent | Add deep copy of propq field in mac_dupctx to avoid double free (diff) | |
download | openssl-47c076acfc5debbae386c552bdb423e832042ae7.tar.xz openssl-47c076acfc5debbae386c552bdb423e832042ae7.zip |
Fix external symbols in the provider digest implementations.
Partial fix for #12964
This adds ossl_ names for the following symbols:
blake2b512_init,blake2b_final,blake2b_init,blake2b_init_key,
blake2b_param_init,blake2b_param_set_digest_length,blake2b_param_set_key_length,
blake2b_param_set_personal,blake2b_param_set_salt,blake2b_update,
blake2s256_init,blake2s_final,blake2s_init,blake2s_init_key,
blake2s_param_init,blake2s_param_set_digest_length,blake2s_param_set_key_length,
blake2s_param_set_personal,blake2s_param_set_salt,blake2s_update,
digest_default_get_params,digest_default_gettable_params
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14211)
Diffstat (limited to 'fuzz')
0 files changed, 0 insertions, 0 deletions