diff options
author | 2013-06-17 19:18:37 +0000 | |
---|---|---|
committer | 2013-06-17 19:18:37 +0000 | |
commit | 39a34cf294a55b2860db4eb28dc58793e41b6566 (patch) | |
tree | 9fe90d7d2c1d39d5ae62631195477adef0bf3436 /lib/libkrb5/generated/k524_err.c | |
parent | remove asn1_compile and compile_et from usr.bin because they (diff) | |
download | wireguard-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/k524_err.c')
-rw-r--r-- | lib/libkrb5/generated/k524_err.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/libkrb5/generated/k524_err.c b/lib/libkrb5/generated/k524_err.c deleted file mode 100644 index ec8f00bac42..00000000000 --- a/lib/libkrb5/generated/k524_err.c +++ /dev/null @@ -1,30 +0,0 @@ -/* Generated from /home/biorn/src/lib/libkrb5/../../kerberosV/src/lib/krb5/k524_err.et */ -/* $KTH: k524_err.et,v 1.1 2001/06/20 02:44:11 joda Exp $ */ - -#include <stddef.h> -#include <com_err.h> -#include "k524_err.h" - -static const char *k524_error_strings[] = { - /* 000 */ "wrong keytype in ticket", - /* 001 */ "incorrect network address", - /* 002 */ "cannot convert V5 principal", - /* 003 */ "V5 realm name longer than V4 maximum", - /* 004 */ "kerberos V4 error server", - /* 005 */ "encoding too large at server", - /* 006 */ "decoding out of data", - /* 007 */ "service not responding", - NULL -}; - -#define num_errors 8 - -void initialize_k524_error_table_r(struct et_list **list) -{ - initialize_error_table_r(list, k524_error_strings, num_errors, ERROR_TABLE_BASE_k524); -} - -void initialize_k524_error_table(void) -{ - init_error_table(k524_error_strings, ERROR_TABLE_BASE_k524, num_errors); -} |