summaryrefslogtreecommitdiffstats
path: root/rsaref
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-17 19:24:39 +0000
committerBodo Möller <bodo@openssl.org>2001-12-17 19:24:39 +0000
commit3ece3605aceb035d22dee29a2db755a44e38dac6 (patch)
treef548bdb7cb883af5c6287338024c19020af4816c /rsaref
parentb35ef576f40a9b71253838612fb6a0e6846f0391 (diff)
remove redundant ERR_load_... declarations
Diffstat (limited to 'rsaref')
-rw-r--r--rsaref/rsaref.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsaref/rsaref.h b/rsaref/rsaref.h
index 9bfcd704dd..4e99bda059 100644
--- a/rsaref/rsaref.h
+++ b/rsaref/rsaref.h
@@ -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