Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-12-20 13:17:22 +0300
committerRichard Levitte <levitte@openssl.org>2001-12-20 13:17:22 +0300
commitbe29c93cf476d929ca107e46aa461d0651724752 (patch)
tree003e6140b636c970665714944ede79cce9f25f43 /ssl
parent6e19a0408070b1ef0127e7756ceedbadd28e330f (diff)
Another merge from the 0.9.6 branch.
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 54af2fd3ab..555ff708f9 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -989,7 +989,6 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
const char *dir);
#endif
-void ERR_load_SSL_strings(void );
void SSL_load_error_strings(void );
char * SSL_state_string(SSL *s);
char * SSL_rstate_string(SSL *s);