summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso
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/dso
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/dso')
-rw-r--r--src/lib/libcrypto/dso/dso.h6
-rw-r--r--src/lib/libcrypto/dso/dso_err.c8
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h
index 6c982c9f97..ae07b0a5f7 100644
--- a/src/lib/libcrypto/dso/dso.h
+++ b/src/lib/libcrypto/dso/dso.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dso.h,v 1.12 2016/03/15 20:50:22 krw Exp $ */ 1/* $OpenBSD: dso.h,v 1.13 2022/07/12 14:42:49 kn Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -302,10 +302,6 @@ int DSO_pathbyaddr(void *addr, char *path, int sz);
302 * itself or libsocket. */ 302 * itself or libsocket. */
303void *DSO_global_lookup(const char *name); 303void *DSO_global_lookup(const char *name);
304 304
305/* BEGIN ERROR CODES */
306/* The following lines are auto generated by the script mkerr.pl. Any changes
307 * made after this point may be overwritten when the script is next run.
308 */
309void ERR_load_DSO_strings(void); 305void ERR_load_DSO_strings(void);
310 306
311/* Error codes for the DSO functions. */ 307/* Error codes for the DSO functions. */
diff --git a/src/lib/libcrypto/dso/dso_err.c b/src/lib/libcrypto/dso/dso_err.c
index be6375a3a7..2eee155b57 100644
--- a/src/lib/libcrypto/dso/dso_err.c
+++ b/src/lib/libcrypto/dso/dso_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dso_err.c,v 1.9 2017/01/29 17:49:23 beck Exp $ */ 1/* $OpenBSD: dso_err.c,v 1.10 2022/07/12 14:42:49 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>
@@ -65,7 +60,6 @@
65#include <openssl/err.h> 60#include <openssl/err.h>
66#include <openssl/dso.h> 61#include <openssl/dso.h>
67 62
68/* BEGIN ERROR CODES */
69#ifndef OPENSSL_NO_ERR 63#ifndef OPENSSL_NO_ERR
70 64
71#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0) 65#define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0)