Line data Source code
1 : #include "config.h" 2 : /* Generated from /builds/eaglegai/samba/third_party/heimdal/lib/krb5/kx509_err.et */ 3 : 4 : #include <stddef.h> 5 : #include <com_err.h> 6 : #include "kx509_err.h" 7 : 8 : #define N_(x) (x) 9 : 10 : static const char *const kx59_error_strings[] = { 11 : /* 000 */ N_("Kx509 success"), 12 : /* 001 */ N_("Kx509 request error, possibly unsupported version"), 13 : /* 002 */ N_("Kx509 request error such as expired credentials"), 14 : /* 003 */ N_("Kx509 request timed out"), 15 : /* 004 */ N_("Permanent server problem"), 16 : /* 005 */ N_("Kx509 server is overloaded"), 17 : NULL 18 : }; 19 : 20 : #define num_errors 6 21 : 22 0 : void initialize_kx59_error_table_r(struct et_list **list) 23 : { 24 0 : initialize_error_table_r(list, kx59_error_strings, num_errors, ERROR_TABLE_BASE_kx59); 25 0 : } 26 : 27 0 : void initialize_kx59_error_table(void) 28 : { 29 0 : init_error_table(kx59_error_strings, ERROR_TABLE_BASE_kx59, num_errors); 30 0 : }