diff options
Diffstat (limited to 'src/lib/libcrypto/comp/comp.h')
-rw-r--r-- | src/lib/libcrypto/comp/comp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/comp/comp.h b/src/lib/libcrypto/comp/comp.h index d1e252988b..fe7397f8ea 100644 --- a/src/lib/libcrypto/comp/comp.h +++ b/src/lib/libcrypto/comp/comp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: comp.h,v 1.7 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: comp.h,v 1.8 2014/11/03 16:58:28 tedu Exp $ */ |
2 | 2 | ||
3 | #ifndef HEADER_COMP_H | 3 | #ifndef HEADER_COMP_H |
4 | #define HEADER_COMP_H | 4 | #define HEADER_COMP_H |
@@ -52,10 +52,6 @@ BIO_METHOD *BIO_f_zlib(void); | |||
52 | #endif | 52 | #endif |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | /* BEGIN ERROR CODES */ | ||
56 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
57 | * made after this point may be overwritten when the script is next run. | ||
58 | */ | ||
59 | void ERR_load_COMP_strings(void); | 55 | void ERR_load_COMP_strings(void); |
60 | 56 | ||
61 | /* Error codes for the COMP functions. */ | 57 | /* Error codes for the COMP functions. */ |