diff options
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r-- | src/lib/libcrypto/ec/ec.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/ec/ec_err.c | 8 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index d8ff42c0c9..52c8f2f329 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec.h,v 1.27 2021/09/12 16:23:19 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.28 2022/07/12 14:42:49 kn Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -1116,10 +1116,6 @@ EC_KEY *ECParameters_dup(EC_KEY *key); | |||
1116 | #define EVP_PKEY_ECDH_KDF_NONE 1 | 1116 | #define EVP_PKEY_ECDH_KDF_NONE 1 |
1117 | #define EVP_PKEY_ECDH_KDF_X9_63 2 | 1117 | #define EVP_PKEY_ECDH_KDF_X9_63 2 |
1118 | 1118 | ||
1119 | /* BEGIN ERROR CODES */ | ||
1120 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
1121 | * made after this point may be overwritten when the script is next run. | ||
1122 | */ | ||
1123 | void ERR_load_EC_strings(void); | 1119 | void ERR_load_EC_strings(void); |
1124 | 1120 | ||
1125 | /* Error codes for the EC functions. */ | 1121 | /* Error codes for the EC functions. */ |
diff --git a/src/lib/libcrypto/ec/ec_err.c b/src/lib/libcrypto/ec/ec_err.c index 95c15a1110..d8ead9636c 100644 --- a/src/lib/libcrypto/ec/ec_err.c +++ b/src/lib/libcrypto/ec/ec_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_err.c,v 1.12 2019/09/29 10:09:09 tb Exp $ */ | 1 | /* $OpenBSD: ec_err.c,v 1.13 2022/07/12 14:42:49 kn Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 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/ec.h> | 61 | #include <openssl/ec.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_EC,func,0) | 65 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0) |