summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
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/bn
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/bn')
-rw-r--r--src/lib/libcrypto/bn/bn.h6
-rw-r--r--src/lib/libcrypto/bn/bn_err.c8
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h
index 436be593bf..5ac41438eb 100644
--- a/src/lib/libcrypto/bn/bn.h
+++ b/src/lib/libcrypto/bn/bn.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn.h,v 1.54 2022/07/07 13:01:28 tb Exp $ */ 1/* $OpenBSD: bn.h,v 1.55 2022/07/12 14:42:48 kn Exp $ */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -653,10 +653,6 @@ BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn);
653BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn); 653BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn);
654BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn); 654BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn);
655 655
656/* BEGIN ERROR CODES */
657/* The following lines are auto generated by the script mkerr.pl. Any changes
658 * made after this point may be overwritten when the script is next run.
659 */
660void ERR_load_BN_strings(void); 656void ERR_load_BN_strings(void);
661 657
662/* Error codes for the BN functions. */ 658/* Error codes for the BN functions. */
diff --git a/src/lib/libcrypto/bn/bn_err.c b/src/lib/libcrypto/bn/bn_err.c
index a693a8cbf8..592c509416 100644
--- a/src/lib/libcrypto/bn/bn_err.c
+++ b/src/lib/libcrypto/bn/bn_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_err.c,v 1.14 2017/01/29 17:49:22 beck Exp $ */ 1/* $OpenBSD: bn_err.c,v 1.15 2022/07/12 14:42:48 kn Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2007 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/bn.h> 61#include <openssl/bn.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_BN,func,0) 65#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)