aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-07-16 23:40:14 +0200
committerAndy Polyakov <appro@openssl.org>2017-07-25 21:40:23 +0200
commit91ce87c0d5675329614dd5b56ce67670a6aaa387 (patch)
treef11552b82a03d9ee345356088a443e647943840a /util
parentc363ce55f2a04124519e504bbe1706f858260805 (diff)
downloadopenssl-91ce87c0d5675329614dd5b56ce67670a6aaa387.tar.gz
Add evp/m_sha3.c.
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3943)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 136fbafe72..c103d12494 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4358,3 +4358,9 @@ RAND_DRBG_generate 4300 1_1_1 EXIST::FUNCTION:
RAND_DRBG_reseed 4301 1_1_1 EXIST::FUNCTION:
RAND_DRBG_set_ex_data 4302 1_1_1 EXIST::FUNCTION:
RAND_DRBG_get_ex_data 4303 1_1_1 EXIST::FUNCTION:
+EVP_sha3_224 4304 1_1_1 EXIST::FUNCTION:
+EVP_sha3_256 4305 1_1_1 EXIST::FUNCTION:
+EVP_sha3_384 4306 1_1_1 EXIST::FUNCTION:
+EVP_sha3_512 4307 1_1_1 EXIST::FUNCTION:
+EVP_shake128 4308 1_1_1 EXIST::FUNCTION:
+EVP_shake256 4309 1_1_1 EXIST::FUNCTION: