summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_err.c
diff options
context:
space:
mode:
authorkn <>2022-07-12 14:42:50 +0000
committerkn <>2022-07-12 14:42:50 +0000
commit89e42d5857196a8071fbafb5565388d0e20ec32b (patch)
treed1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/ct/ct_err.c
parentdbc467e70542c7e274a4db0e7526d340f4820190 (diff)
downloadopenbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.gz
openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.bz2
openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.zip
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 'src/lib/libcrypto/ct/ct_err.c')
-rw-r--r--src/lib/libcrypto/ct/ct_err.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/ct/ct_err.c b/src/lib/libcrypto/ct/ct_err.c
index 01b6a7c209..2597874bd3 100644
--- a/src/lib/libcrypto/ct/ct_err.c
+++ b/src/lib/libcrypto/ct/ct_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ct_err.c,v 1.6 2022/05/08 20:59:32 tb Exp $ */ 1/* $OpenBSD: ct_err.c,v 1.7 2022/07/12 14:42:48 kn Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2006 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 <openssl/ct.h> 56#include <openssl/ct.h>
62#include <openssl/err.h> 57#include <openssl/err.h>
63 58