summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp.h
diff options
context:
space:
mode:
authortedu <>2014-11-03 16:58:28 +0000
committertedu <>2014-11-03 16:58:28 +0000
commitc393da8a793368840f1101c4aca7d65629881539 (patch)
tree82f33c5a8e89b7c1efe3edba9f73e31fd82c52c3 /src/lib/libcrypto/comp/comp.h
parenta3eca90dbf58e4b053bf7a401300f044cfdc2256 (diff)
downloadopenbsd-c393da8a793368840f1101c4aca7d65629881539.tar.gz
openbsd-c393da8a793368840f1101c4aca7d65629881539.tar.bz2
openbsd-c393da8a793368840f1101c4aca7d65629881539.zip
minor cleanup of zlib code. DSO is gone. ok jsing.
Diffstat (limited to 'src/lib/libcrypto/comp/comp.h')
-rw-r--r--src/lib/libcrypto/comp/comp.h6
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 */
59void ERR_load_COMP_strings(void); 55void ERR_load_COMP_strings(void);
60 56
61/* Error codes for the COMP functions. */ 57/* Error codes for the COMP functions. */