diff options
author | 2014-11-03 16:58:28 +0000 | |
---|---|---|
committer | 2014-11-03 16:58:28 +0000 | |
commit | 9533c7d156aa33e671188aaee3698a0599558b49 (patch) | |
tree | c265712a87ed4193fe065676c80ad8a2804de1fb /lib/libssl/src/crypto/comp/comp.h | |
parent | Convert the logic in yyerror(). Instead of creating a temporary (diff) | |
download | wireguard-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.h | 6 |
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. */ |