diff options
author | Matt Caswell <matt@openssl.org> | 2019-03-28 18:22:20 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-04-03 16:50:13 +0200 |
commit | 7556b9df597ce43c1c31b294512d5146560f37c6 (patch) | |
tree | a6d085f692b1906b28d47df2ab5a4f7f07c936f7 /crypto/err | |
parent | Add an EVP_MD_CTX_md() test (diff) | |
download | openssl-7556b9df597ce43c1c31b294512d5146560f37c6.tar.xz openssl-7556b9df597ce43c1c31b294512d5146560f37c6.zip |
Support EVP_MD_block_size() with providers
Fixes #8565
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8604)
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/openssl.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index fbf35d14bf..f15fc9c1bd 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -800,6 +800,7 @@ EVP_F_EVP_MAC_CTRL_STR:210:EVP_MAC_ctrl_str EVP_F_EVP_MAC_CTX_COPY:211:EVP_MAC_CTX_copy EVP_F_EVP_MAC_CTX_NEW:213:EVP_MAC_CTX_new EVP_F_EVP_MAC_INIT:212:EVP_MAC_init +EVP_F_EVP_MD_BLOCK_SIZE:229:EVP_MD_block_size EVP_F_EVP_MD_CTX_COPY_EX:110:EVP_MD_CTX_copy_ex EVP_F_EVP_MD_SIZE:162:EVP_MD_size EVP_F_EVP_OPENINIT:102:EVP_OpenInit |