aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/alg_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/asn1/alg_id.h')
-rw-r--r--src/lib/asn1/alg_id.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/asn1/alg_id.h b/src/lib/asn1/alg_id.h
deleted file mode 100644
index 88e54466d..000000000
--- a/src/lib/asn1/alg_id.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
-* Algorithm Identifier
-* (C) 1999-2007 Jack Lloyd
-*
-* Botan is released under the Simplified BSD License (see license.txt)
-*/
-
-#ifndef BOTAN_ALGORITHM_IDENTIFIER_H_
-#define BOTAN_ALGORITHM_IDENTIFIER_H_
-
-#include <botan/asn1_obj.h>
-BOTAN_DEPRECATED_HEADER(alg_id.h)
-
-#endif