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/sm2 | |
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/sm2')
-rw-r--r-- | src/lib/libcrypto/sm2/sm2.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/sm2/sm2_err.c | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libcrypto/sm2/sm2.h b/src/lib/libcrypto/sm2/sm2.h index 92eef8a6de..dee75eb68b 100644 --- a/src/lib/libcrypto/sm2/sm2.h +++ b/src/lib/libcrypto/sm2/sm2.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sm2.h,v 1.1.1.1 2021/08/18 16:04:32 tb Exp $ */ | 1 | /* $OpenBSD: sm2.h,v 1.2 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017, 2019 Ribose Inc | 3 | * Copyright (c) 2017, 2019 Ribose Inc |
4 | * | 4 | * |
@@ -59,10 +59,6 @@ int SM2_decrypt(const EC_KEY *key, const EVP_MD *digest, | |||
59 | const uint8_t *ciphertext, size_t ciphertext_len, uint8_t *ptext_buf, | 59 | const uint8_t *ciphertext, size_t ciphertext_len, uint8_t *ptext_buf, |
60 | size_t *ptext_len); | 60 | size_t *ptext_len); |
61 | 61 | ||
62 | /* BEGIN ERROR CODES */ | ||
63 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
64 | * made after this point may be overwritten when the script is next run. | ||
65 | */ | ||
66 | void ERR_load_SM2_strings(void); | 62 | void ERR_load_SM2_strings(void); |
67 | 63 | ||
68 | /* Error codes for the SM2 functions. */ | 64 | /* Error codes for the SM2 functions. */ |
diff --git a/src/lib/libcrypto/sm2/sm2_err.c b/src/lib/libcrypto/sm2/sm2_err.c index d34123cbf9..a7dc1e0d9e 100644 --- a/src/lib/libcrypto/sm2/sm2_err.c +++ b/src/lib/libcrypto/sm2/sm2_err.c | |||
@@ -1,6 +1,5 @@ | |||
1 | /* $OpenBSD: sm2_err.c,v 1.1.1.1 2021/08/18 16:04:32 tb Exp $ */ | 1 | /* $OpenBSD: sm2_err.c,v 1.2 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* | 2 | /* |
3 | * Generated by util/mkerr.pl DO NOT EDIT | ||
4 | * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. | 3 | * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. |
5 | * | 4 | * |
6 | * Licensed under the OpenSSL license (the "License"). You may not use | 5 | * Licensed under the OpenSSL license (the "License"). You may not use |