summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa
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/ecdsa
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/ecdsa')
-rw-r--r--src/lib/libcrypto/ecdsa/ecdsa.h7
-rw-r--r--src/lib/libcrypto/ecdsa/ecs_err.c8
2 files changed, 2 insertions, 13 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsa.h b/src/lib/libcrypto/ecdsa/ecdsa.h
index eccca65b5a..29ee8729ed 100644
--- a/src/lib/libcrypto/ecdsa/ecdsa.h
+++ b/src/lib/libcrypto/ecdsa/ecdsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecdsa.h,v 1.11 2022/01/14 08:31:03 tb Exp $ */ 1/* $OpenBSD: ecdsa.h,v 1.12 2022/07/12 14:42:49 kn Exp $ */
2/** 2/**
3 * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions 3 * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions
4 * \author Written by Nils Larsch for the OpenSSL project 4 * \author Written by Nils Larsch for the OpenSSL project
@@ -293,11 +293,6 @@ void EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth,
293 int (**pverify_sig)(const unsigned char *dgst, int dgst_len, 293 int (**pverify_sig)(const unsigned char *dgst, int dgst_len,
294 const ECDSA_SIG *sig, EC_KEY *eckey)); 294 const ECDSA_SIG *sig, EC_KEY *eckey));
295 295
296
297/* BEGIN ERROR CODES */
298/* The following lines are auto generated by the script mkerr.pl. Any changes
299 * made after this point may be overwritten when the script is next run.
300 */
301void ERR_load_ECDSA_strings(void); 296void ERR_load_ECDSA_strings(void);
302 297
303/* Error codes for the ECDSA functions. */ 298/* Error codes for the ECDSA functions. */
diff --git a/src/lib/libcrypto/ecdsa/ecs_err.c b/src/lib/libcrypto/ecdsa/ecs_err.c
index ac8850dba5..c839c35221 100644
--- a/src/lib/libcrypto/ecdsa/ecs_err.c
+++ b/src/lib/libcrypto/ecdsa/ecs_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecs_err.c,v 1.6 2022/01/27 20:31:21 tb Exp $ */ 1/* $OpenBSD: ecs_err.c,v 1.7 2022/07/12 14:42:49 kn Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2011 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/ecdsa.h> 60#include <openssl/ecdsa.h>
66#include <openssl/err.h> 61#include <openssl/err.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_ECDSA,func,0) 65#define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0)