summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/comp/comp.h
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-03 16:58:28 +0000
committertedu <tedu@openbsd.org>2014-11-03 16:58:28 +0000
commit9533c7d156aa33e671188aaee3698a0599558b49 (patch)
treec265712a87ed4193fe065676c80ad8a2804de1fb /lib/libssl/src/crypto/comp/comp.h
parentConvert the logic in yyerror(). Instead of creating a temporary (diff)
downloadwireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.tar.xz
wireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.zip
minor cleanup of zlib code. DSO is gone. ok jsing.
Diffstat (limited to 'lib/libssl/src/crypto/comp/comp.h')
-rw-r--r--lib/libssl/src/crypto/comp/comp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/src/crypto/comp/comp.h b/lib/libssl/src/crypto/comp/comp.h
index d1e252988b3..fe7397f8ea4 100644
--- a/lib/libssl/src/crypto/comp/comp.h
+++ b/lib/libssl/src/crypto/comp/comp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp.h,v 1.7 2014/06/12 15:49:28 deraadt Exp $ */
+/* $OpenBSD: comp.h,v 1.8 2014/11/03 16:58:28 tedu Exp $ */
#ifndef HEADER_COMP_H
#define HEADER_COMP_H
@@ -52,10 +52,6 @@ BIO_METHOD *BIO_f_zlib(void);
#endif
#endif
-/* BEGIN ERROR CODES */
-/* 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. */