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>2002-01-30 19:45:22 +0300
committerRichard Levitte <levitte@openssl.org>2002-01-30 19:45:22 +0300
commitb860878edcadee7eb6cba2f78dfc759f07974da7 (patch)
treeb3c86d3566dde2475f4f6e0262d360c2c1892d33 /ssl
parent362771f8805433058b2454b2fe55f6d88a477c1f (diff)
Add missing declaration of ERR_load_SSL_strings().
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 5d4afb342c..a44fb261dd 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1267,6 +1267,7 @@ int SSL_COMP_add_compression_method(int id,char *cm);
/* 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.
*/
+void ERR_load_SSL_strings(void);
/* Error codes for the SSL functions. */