aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
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 /ssl
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
downloadopenssl-4d7072f4b5b536c080854eba4b0092d80adf4d37.tar.gz
remove redundant ERR_load_... declarations
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 611a260c7b..7676946ec6 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1134,7 +1134,6 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
#endif
-void ERR_load_SSL_strings(void );
void SSL_load_error_strings(void );
const char *SSL_state_string(SSL *s);
const char *SSL_rstate_string(SSL *s);