summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
committerBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
commit4d7072f4b5b536c080854eba4b0092d80adf4d37 (patch)
tree28f34d4325a24ce7f5bfb037ef6a745975463818 /crypto/dh
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index 32ea17a4f5..1152fbb2d3 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -180,7 +180,6 @@ int DHparams_print(BIO *bp, const DH *x);
#else
int DHparams_print(char *bp, const DH *x);
#endif
-void ERR_load_DH_strings(void);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes