summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/comp/comp_err.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-03 16:58:28 +0000
committertedu <tedu@openbsd.org>2014-11-03 16:58:28 +0000
commit9533c7d156aa33e671188aaee3698a0599558b49 (patch)
treec265712a87ed4193fe065676c80ad8a2804de1fb /lib/libcrypto/comp/comp_err.c
parentConvert the logic in yyerror(). Instead of creating a temporary (diff)
downloadwireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.tar.xz
wireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.zip
minor cleanup of zlib code. DSO is gone. ok jsing.
Diffstat (limited to 'lib/libcrypto/comp/comp_err.c')
-rw-r--r--lib/libcrypto/comp/comp_err.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libcrypto/comp/comp_err.c b/lib/libcrypto/comp/comp_err.c
index 1174df430fa..3f796d4069b 100644
--- a/lib/libcrypto/comp/comp_err.c
+++ b/lib/libcrypto/comp/comp_err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp_err.c,v 1.8 2014/07/10 22:45:56 jsing Exp $ */
+/* $OpenBSD: comp_err.c,v 1.9 2014/11/03 16:58:28 tedu Exp $ */
/* ====================================================================
* Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
*
@@ -53,11 +53,6 @@
*
*/
-/* NOTE: this file was auto generated by the mkerr.pl script: any changes
- * made to it will be overwritten when the script next updates this file,
- * only reason strings will be preserved.
- */
-
#include <stdio.h>
#include <openssl/opensslconf.h>