aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-26 15:37:56 -0400
committerJack Lloyd <[email protected]>2017-09-26 15:37:56 -0400
commit134ef6a59593dac565d4070a1b344fdc468b3e6e (patch)
treeda3cbc7a11491f3bfc8ad0554e9d920c8b7c370b /src/lib
parent3f7dba2c4455bf53dae89d088bd56cdf9b2c94fe (diff)
You can't have attributes on a template typedef, apparently.
[ci skip]
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/base/botan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/base/botan.h b/src/lib/base/botan.h
index 6c643a09b..e3886a6c7 100644
--- a/src/lib/base/botan.h
+++ b/src/lib/base/botan.h
@@ -50,7 +50,6 @@
namespace Botan {
template<typename T>
-BOTAN_DEPRECATED("Use secure_vector instead of SecureVector")
using SecureVector = secure_vector<T>;
}