aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
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/ocsp
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
downloadopenssl-4d7072f4b5b536c080854eba4b0092d80adf4d37.tar.gz
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/ocsp')
-rw-r--r--crypto/ocsp/ocsp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h
index 357bfd99b2..fab3c03182 100644
--- a/crypto/ocsp/ocsp.h
+++ b/crypto/ocsp/ocsp.h
@@ -554,8 +554,6 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
X509_STORE *st, unsigned long flags);
-void ERR_load_OCSP_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.