summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_err.c
diff options
context:
space:
mode:
authorkn <>2022-07-12 14:42:50 +0000
committerkn <>2022-07-12 14:42:50 +0000
commit87ede05352c9455433b363d404d744eb4de70aa0 (patch)
treed1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/x509/x509_err.c
parent7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff)
downloadopenbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.gz
openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.bz2
openbsd-87ede05352c9455433b363d404d744eb4de70aa0.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/x509/x509_err.c')
-rw-r--r--src/lib/libcrypto/x509/x509_err.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509/x509_err.c b/src/lib/libcrypto/x509/x509_err.c
index a8e9155718..588ed85411 100644
--- a/src/lib/libcrypto/x509/x509_err.c
+++ b/src/lib/libcrypto/x509/x509_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_err.c,v 1.16 2021/11/10 13:57:42 schwarze Exp $ */ 1/* $OpenBSD: x509_err.c,v 1.17 2022/07/12 14:42:50 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 <stdio.h> 56#include <stdio.h>
62 57
63#include <openssl/opensslconf.h> 58#include <openssl/opensslconf.h>
@@ -66,7 +61,6 @@
66#include <openssl/x509.h> 61#include <openssl/x509.h>
67#include <openssl/x509v3.h> 62#include <openssl/x509v3.h>
68 63
69/* BEGIN ERROR CODES */
70#ifndef OPENSSL_NO_ERR 64#ifndef OPENSSL_NO_ERR
71 65
72#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0) 66#define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)