summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/asn1/asn1_oid.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/asn1/asn1_oid.h')
-rw-r--r--comm/third_party/botan/src/lib/asn1/asn1_oid.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/asn1/asn1_oid.h b/comm/third_party/botan/src/lib/asn1/asn1_oid.h
new file mode 100644
index 0000000000..91c5da9d8d
--- /dev/null
+++ b/comm/third_party/botan/src/lib/asn1/asn1_oid.h
@@ -0,0 +1,14 @@
+/*
+* ASN.1 OID
+* (C) 1999-2007,2019 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
+#ifndef BOTAN_ASN1_OID_H_
+#define BOTAN_ASN1_OID_H_
+
+#include <botan/asn1_obj.h>
+BOTAN_DEPRECATED_HEADER(asn1_oid.h)
+
+#endif