diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-03-22 12:52:27 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-06-22 09:36:14 +0200 |
commit | 5317b6ee1fc3db20de5976fbb46cc49a45c0768a (patch) | |
tree | d74e2364f8eec5783f0f22f4b4333a8665a40948 /crypto/engine | |
parent | Optimize chacha20 on aarch64 by SVE2 (diff) | |
download | openssl-5317b6ee1fc3db20de5976fbb46cc49a45c0768a.tar.xz openssl-5317b6ee1fc3db20de5976fbb46cc49a45c0768a.zip |
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17937)
Diffstat (limited to 'crypto/engine')
-rw-r--r-- | crypto/engine/eng_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_local.h b/crypto/engine/eng_local.h index 03a86299cf..ea69a5464e 100644 --- a/crypto/engine/eng_local.h +++ b/crypto/engine/eng_local.h @@ -156,6 +156,6 @@ struct engine_st { typedef struct st_engine_pile ENGINE_PILE; -DEFINE_LHASH_OF(ENGINE_PILE); +DEFINE_LHASH_OF_EX(ENGINE_PILE); #endif /* OSSL_CRYPTO_ENGINE_ENG_LOCAL_H */ |