remove redundant ERR_load_... declarations

This commit is contained in:
Bodo Möller
2001-12-17 19:24:39 +00:00
parent b35ef576f4
commit 3ece3605ac
20 changed files with 0 additions and 31 deletions

View File

@@ -75,8 +75,6 @@ void BUF_MEM_free(BUF_MEM *a);
int BUF_MEM_grow(BUF_MEM *str, int len);
char * BUF_strdup(const char *str);
void ERR_load_BUF_strings(void );
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.