aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-09-08 10:22:09 -0400
committerJack Lloyd <[email protected]>2019-09-08 10:22:09 -0400
commit63e8dc8a6aade2ce3c32b095b36de5839a30444f (patch)
tree06ea55071183d537f84046894f799b2fc571ff0b /src/lib/x509
parenta25821cb4c277d2913520e70203cebb8c6fd85cb (diff)
parent7f412dde77c7fbd3d8857e9c42aa71ba1ca2de2f (diff)
Merge GH #2061 Add header deprecation warnings
Diffstat (limited to 'src/lib/x509')
-rw-r--r--src/lib/x509/datastor.h2
-rw-r--r--src/lib/x509/x509_ext.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/x509/datastor.h b/src/lib/x509/datastor.h
index ec3c5189b..e849c3d89 100644
--- a/src/lib/x509/datastor.h
+++ b/src/lib/x509/datastor.h
@@ -15,6 +15,8 @@
#include <vector>
#include <map>
+BOTAN_FUTURE_INTERNAL_HEADER(datastor.h)
+
namespace Botan {
/**
diff --git a/src/lib/x509/x509_ext.cpp b/src/lib/x509/x509_ext.cpp
index 0bfc337c4..55e3c434e 100644
--- a/src/lib/x509/x509_ext.cpp
+++ b/src/lib/x509/x509_ext.cpp
@@ -13,6 +13,7 @@
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/hash.h>
+#include <botan/loadstor.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>
#include <set>