summaryrefslogtreecommitdiffstats
path: root/crypto/x509
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/x509
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 9a4b0db435..c75aa0c717 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -829,7 +829,6 @@ const char * X509_get_default_private_dir(void );
X509_REQ * X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
-void ERR_load_X509_strings(void );
DECLARE_ASN1_FUNCTIONS(X509_ALGOR)
DECLARE_ASN1_FUNCTIONS(X509_VAL)