# # $Id: errc.i,v 1.1 2001/07/12 05:47:15 tlau Exp $ # %module errc %{ #include %} void ERR_load_crypto_strings(void); unsigned long ERR_get_error(void); char *ERR_lib_error_string(unsigned long e); char *ERR_func_error_string(unsigned long e); char *ERR_reason_error_string(unsigned long e);