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

@@ -381,8 +381,6 @@ void CRYPTO_mem_leaks(struct bio_st *bio);
/* unsigned long order, char *file, int line, int num_bytes, char *addr */
void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *));
void ERR_load_CRYPTO_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.