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

@@ -131,7 +131,6 @@ int R_GetRandomBytesNeeded(unsigned int *,RSARandomState *rnd);
int R_RandomUpdate(RSARandomState *rnd, unsigned char *data, unsigned int n);
int R_RandomFinal(RSARandomState *rnd);
void ERR_load_RSAREF_strings(void );
RSA_METHOD *RSA_PKCS1_RSAref(void );
#ifdef __cplusplus