diff options
author | kn <> | 2022-07-12 14:42:50 +0000 |
---|---|---|
committer | kn <> | 2022-07-12 14:42:50 +0000 |
commit | 89e42d5857196a8071fbafb5565388d0e20ec32b (patch) | |
tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/kdf/kdf_err.c | |
parent | dbc467e70542c7e274a4db0e7526d340f4820190 (diff) | |
download | openbsd-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/kdf/kdf_err.c')
-rw-r--r-- | src/lib/libcrypto/kdf/kdf_err.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/kdf/kdf_err.c b/src/lib/libcrypto/kdf/kdf_err.c index 703690a0d5..4dd323701a 100644 --- a/src/lib/libcrypto/kdf/kdf_err.c +++ b/src/lib/libcrypto/kdf/kdf_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kdf_err.c,v 1.8 2022/05/05 08:24:14 tb Exp $ */ | 1 | /* $OpenBSD: kdf_err.c,v 1.9 2022/07/12 14:42:49 kn Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -53,10 +53,6 @@ | |||
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | 55 | ||
56 | /* | ||
57 | * Generated by util/mkerr.pl DO NOT EDIT | ||
58 | */ | ||
59 | |||
60 | #include <openssl/err.h> | 56 | #include <openssl/err.h> |
61 | #include <openssl/kdf.h> | 57 | #include <openssl/kdf.h> |
62 | 58 | ||