aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-04 13:12:08 +0000
committerBodo Möller <bodo@openssl.org>2002-01-04 13:12:08 +0000
commit245f44e2ab8d5eb74978a491d299ebe4c40cad5b (patch)
treeabb85b2f1ab7b5e409b6f2e3eee94b822405084d /crypto
parente5d6528a1223a7f94fe399881451589d6a5ad0bb (diff)
downloadopenssl-245f44e2ab8d5eb74978a491d299ebe4c40cad5b.zip
openssl-245f44e2ab8d5eb74978a491d299ebe4c40cad5b.tar.gz
openssl-245f44e2ab8d5eb74978a491d299ebe4c40cad5b.tar.bz2
add automatically generated ERR_load_... prototype
Diffstat (limited to 'crypto')
-rw-r--r--crypto/comp/comp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h
index aee8fcd..ab48b78 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
-