From: Richard Levitte Date: Wed, 30 Jan 2002 16:45:22 +0000 (+0000) Subject: Add missing declaration of ERR_load_SSL_strings(). X-Git-Tag: OpenSSL-engine-0_9_6c^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b860878edcadee7eb6cba2f78dfc759f07974da7;p=oweals%2Fopenssl.git Add missing declaration of ERR_load_SSL_strings(). --- 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. */