aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base/lookup.h')
-rw-r--r--src/lib/base/lookup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/base/lookup.h b/src/lib/base/lookup.h
index 1cfa7d3c9..4a14230db 100644
--- a/src/lib/base/lookup.h
+++ b/src/lib/base/lookup.h
@@ -32,6 +32,8 @@
namespace Botan {
+BOTAN_DEPRECATED_HEADER(lookup.h)
+
/*
* As of 1.11.26 this header is deprecated. Instead use the calls T::create and
* T::providers (as demonstrated in the implementation below).