summaryrefslogtreecommitdiff
path: root/lib/libcrypto/comp
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-07-12 14:42:51 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-07-12 14:42:51 +0000
commitcb545bdb9e9732090829cbefd1cbf85301af2f3b (patch)
treec708e3c1940869f3bbe3116ac8710b77874a30b9 /lib/libcrypto/comp
parentbf4bbc3d95ca8af394bd3a9bb5899ff4c87d2af5 (diff)
Remove mkerr.pl remnants from LibreSSL
This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb
Diffstat (limited to 'lib/libcrypto/comp')
-rw-r--r--lib/libcrypto/comp/comp_err.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/comp/comp_err.c b/lib/libcrypto/comp/comp_err.c
index ccc7a28cd36..eb5fc0ad50b 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.11 2022/01/09 23:50:10 tb Exp $ */
+/* $OpenBSD: comp_err.c,v 1.12 2022/07/12 14:42:48 kn Exp $ */
/* ====================================================================
* Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
*
@@ -62,7 +62,6 @@
#include "comp_local.h"
-/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)