diff options
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. */ |