aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
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 /crypto/dso
parentb35ef576f40a9b71253838612fb6a0e6846f0391 (diff)
downloadopenssl-3ece3605aceb035d22dee29a2db755a44e38dac6.tar.gz
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h
index a2ff75d8ad..c1136eccb6 100644
--- a/crypto/dso/dso.h
+++ b/crypto/dso/dso.h
@@ -194,8 +194,6 @@ DSO_METHOD *DSO_METHOD_win32(void);
/* If VMS is defined, use shared images. If not, return NULL. */
DSO_METHOD *DSO_METHOD_vms(void);
-void ERR_load_DSO_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.