summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp_err.c
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_err.c
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_err.c')
-rw-r--r--src/lib/libcrypto/comp/comp_err.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c
index 1174df430f..3f796d4069 100644
--- a/src/lib/libcrypto/comp/comp_err.c
+++ b/src/lib/libcrypto/comp/comp_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: comp_err.c,v 1.8 2014/07/10 22:45:56 jsing Exp $ */ 1/* $OpenBSD: comp_err.c,v 1.9 2014/11/03 16:58:28 tedu Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,11 +53,6 @@
53 * 53 *
54 */ 54 */
55 55
56/* NOTE: this file was auto generated by the mkerr.pl script: any changes
57 * made to it will be overwritten when the script next updates this file,
58 * only reason strings will be preserved.
59 */
60
61#include <stdio.h> 56#include <stdio.h>
62 57
63#include <openssl/opensslconf.h> 58#include <openssl/opensslconf.h>