summaryrefslogtreecommitdiffstats
path: root/crypto/lhash
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-02 15:38:12 +0200
committerPauli <pauli@openssl.org>2023-10-04 07:52:41 +1100
commit6a92159d01116495e5e642e55fe0f6e4c821696e (patch)
treee1e23322df2ba1e8ea3c5aa458b162991f6f1eca /crypto/lhash
parentd2751ee3932e72b848c22ee2ebddce2e9c93a7ed (diff)
All lh_stats functions were deprecated in 3.1
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22247)
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lh_stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c
index 36a177129e..ea0a3252a6 100644
--- a/crypto/lhash/lh_stats.c
+++ b/crypto/lhash/lh_stats.c
@@ -23,7 +23,7 @@
#include "lhash_local.h"
# ifndef OPENSSL_NO_STDIO
-# ifndef OPENSSL_NO_DEPRECATED_3_2
+# ifndef OPENSSL_NO_DEPRECATED_3_1
void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp)
{
BIO *bp;
@@ -62,7 +62,7 @@ void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp)
# endif
# endif
-# ifndef OPENSSL_NO_DEPRECATED_3_2
+# ifndef OPENSSL_NO_DEPRECATED_3_1
/*
* These functions are implemented as separate static functions as they are
* called from the stdio functions above and calling deprecated functions will