The branch master has been updated
       via  a7372f592220853740305b468be7c6caf7945524 (commit)
      from  b2a7310af0dd190712bae2e462a7708483dd4628 (commit)


- Log -----------------------------------------------------------------
commit a7372f592220853740305b468be7c6caf7945524
Author: Dr. Matthias St. Pierre <matthias.st.pie...@ncp-e.com>
Date:   Tue Nov 12 12:48:15 2019 +0100

    libcrypto.num: remove some unused EVP_MAC symbols
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10421)

-----------------------------------------------------------------------

Summary of changes:
 util/libcrypto.num | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/util/libcrypto.num b/util/libcrypto.num
index 2be8f118d0..c68eb9d8c9 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4434,15 +4434,6 @@ EVP_MAC_size                            ?        3_0_0   
EXIST::FUNCTION:
 EVP_MAC_init                            ?      3_0_0   EXIST::FUNCTION:
 EVP_MAC_update                          ?      3_0_0   EXIST::FUNCTION:
 EVP_MAC_final                           ?      3_0_0   EXIST::FUNCTION:
-EVP_MAC_ctrl                            ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_vctrl                           ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_ctrl_str                        ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_str2ctrl                        ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_hex2ctrl                        ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_nid                             ?      3_0_0   NOEXIST::FUNCTION:
-EVP_get_macbyname                       ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_do_all                          ?      3_0_0   NOEXIST::FUNCTION:
-EVP_MAC_do_all_sorted                   ?      3_0_0   NOEXIST::FUNCTION:
 EVP_str2ctrl                            ?      3_0_0   EXIST::FUNCTION:
 EVP_hex2ctrl                            ?      3_0_0   EXIST::FUNCTION:
 EVP_PKEY_supports_digest_nid            ?      3_0_0   EXIST::FUNCTION:

Reply via email to