From: Bodo Möller Date: Fri, 4 Jan 2002 13:12:08 +0000 (+0000) Subject: add automatically generated ERR_load_... prototype X-Git-Tag: OpenSSL_0_9_6d-beta1~83^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245f44e2ab8d5eb74978a491d299ebe4c40cad5b;p=openssl add automatically generated ERR_load_... prototype --- diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h index aee8fcdef9..ab48b78ae9 100644 --- a/crypto/comp/comp.h +++ b/crypto/comp/comp.h @@ -45,6 +45,7 @@ COMP_METHOD *COMP_zlib(void ); /* 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_COMP_strings(void); /* Error codes for the COMP functions. */ @@ -56,4 +57,3 @@ COMP_METHOD *COMP_zlib(void ); } #endif #endif -