From a55e4b22b6cbeeb30ca787d4ea4e3933ccccbdf1 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 5 Nov 2020 03:47:06 -0500 Subject: Remove deprecated headers, make more headers internal Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface --- src/tests/unit_x509.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/unit_x509.cpp') diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp index 1ba8a26ce..c4e1e2053 100644 --- a/src/tests/unit_x509.cpp +++ b/src/tests/unit_x509.cpp @@ -8,7 +8,7 @@ #include "tests.h" #if defined(BOTAN_HAS_X509_CERTIFICATES) - #include + #include #include #include #include -- cgit v1.2.3