summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost
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/gost
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/gost')
-rw-r--r--src/lib/libcrypto/gost/gost.h6
-rw-r--r--src/lib/libcrypto/gost/gost_err.c6
2 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/gost/gost.h b/src/lib/libcrypto/gost/gost.h
index 092f96fb60..c7d9d25b2b 100644
--- a/src/lib/libcrypto/gost/gost.h
+++ b/src/lib/libcrypto/gost/gost.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: gost.h,v 1.3 2016/09/04 17:02:31 jsing Exp $ */ 1/* $OpenBSD: gost.h,v 1.4 2022/07/12 14:42:49 kn Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 3 * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4 * Copyright (c) 2005-2006 Cryptocom LTD 4 * Copyright (c) 2005-2006 Cryptocom LTD
@@ -199,10 +199,6 @@ size_t GOST_KEY_get_size(const GOST_KEY * r);
199#define GOST_SIG_FORMAT_SR_BE 0 199#define GOST_SIG_FORMAT_SR_BE 0
200#define GOST_SIG_FORMAT_RS_LE 1 200#define GOST_SIG_FORMAT_RS_LE 1
201 201
202/* BEGIN ERROR CODES */
203/* The following lines are auto generated by the script mkerr.pl. Any changes
204 * made after this point may be overwritten when the script is next run.
205 */
206void ERR_load_GOST_strings(void); 202void ERR_load_GOST_strings(void);
207 203
208/* Error codes for the GOST functions. */ 204/* Error codes for the GOST functions. */
diff --git a/src/lib/libcrypto/gost/gost_err.c b/src/lib/libcrypto/gost/gost_err.c
index e7111dd34b..0c46dbc36c 100644
--- a/src/lib/libcrypto/gost/gost_err.c
+++ b/src/lib/libcrypto/gost/gost_err.c
@@ -53,16 +53,10 @@
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#include <openssl/err.h> 57#include <openssl/err.h>
63#include <openssl/gost.h> 58#include <openssl/gost.h>
64 59
65/* BEGIN ERROR CODES */
66#ifndef OPENSSL_NO_ERR 60#ifndef OPENSSL_NO_ERR
67 61
68#define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0) 62#define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0)