summaryrefslogtreecommitdiffstats
path: root/lib/libkrb5/generated/asn1_err.c
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2013-06-17 19:18:37 +0000
committerrobert <robert@openbsd.org>2013-06-17 19:18:37 +0000
commit39a34cf294a55b2860db4eb28dc58793e41b6566 (patch)
tree9fe90d7d2c1d39d5ae62631195477adef0bf3436 /lib/libkrb5/generated/asn1_err.c
parentremove asn1_compile and compile_et from usr.bin because they (diff)
downloadwireguard-openbsd-39a34cf294a55b2860db4eb28dc58793e41b6566.tar.xz
wireguard-openbsd-39a34cf294a55b2860db4eb28dc58793e41b6566.zip
these libraries are either obsolete or got moved to kerberosV/lib
Diffstat (limited to 'lib/libkrb5/generated/asn1_err.c')
-rw-r--r--lib/libkrb5/generated/asn1_err.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/libkrb5/generated/asn1_err.c b/lib/libkrb5/generated/asn1_err.c
deleted file mode 100644
index 6de4d08be6f..00000000000
--- a/lib/libkrb5/generated/asn1_err.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Generated from /home/biorn/src/lib/libkrb5/../../kerberosV/src/lib/asn1/asn1_err.et */
-/* $KTH: asn1_err.et,v 1.5 1998/02/16 16:17:17 joda Exp $ */
-
-#include <stddef.h>
-#include <com_err.h>
-#include "asn1_err.h"
-
-static const char *asn1_error_strings[] = {
- /* 000 */ "ASN.1 failed call to system time library",
- /* 001 */ "ASN.1 structure is missing a required field",
- /* 002 */ "ASN.1 unexpected field number",
- /* 003 */ "ASN.1 type numbers are inconsistent",
- /* 004 */ "ASN.1 value too large",
- /* 005 */ "ASN.1 encoding ended unexpectedly",
- /* 006 */ "ASN.1 identifier doesn't match expected value",
- /* 007 */ "ASN.1 length doesn't match expected value",
- /* 008 */ "ASN.1 badly-formatted encoding",
- /* 009 */ "ASN.1 parse error",
- NULL
-};
-
-#define num_errors 10
-
-void initialize_asn1_error_table_r(struct et_list **list)
-{
- initialize_error_table_r(list, asn1_error_strings, num_errors, ERROR_TABLE_BASE_asn1);
-}
-
-void initialize_asn1_error_table(void)
-{
- init_error_table(asn1_error_strings, ERROR_TABLE_BASE_asn1, num_errors);
-}