diff options
author | kn <> | 2022-07-12 14:42:50 +0000 |
---|---|---|
committer | kn <> | 2022-07-12 14:42:50 +0000 |
commit | 87ede05352c9455433b363d404d744eb4de70aa0 (patch) | |
tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/gost/gost_err.c | |
parent | 7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff) | |
download | openbsd-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/gost/gost_err.c')
-rw-r--r-- | src/lib/libcrypto/gost/gost_err.c | 6 |
1 files changed, 0 insertions, 6 deletions
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) |