diff options
-rw-r--r-- | src/lib/tls/tls_blocking.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/tls/tls_blocking.cpp b/src/lib/tls/tls_blocking.cpp index 83e4a340c..5e3713d4a 100644 --- a/src/lib/tls/tls_blocking.cpp +++ b/src/lib/tls/tls_blocking.cpp @@ -6,6 +6,12 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +/* +This API is itself deprecated, so we don't care that it relies on +other deprecated things +*/ +#define BOTAN_NO_DEPRECATED_WARNINGS + #include <botan/tls_blocking.h> namespace Botan { |