diff options
| author | tb <> | 2025-05-10 05:54:39 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-10 05:54:39 +0000 |
| commit | 41e8f99dd1625a9f0c80ce9d4383e95b18e85709 (patch) | |
| tree | 70b02845e44482dbe558f0dc5d503c5d977aa73d /src/lib/libcrypto/ec/ecp_methods.c | |
| parent | f1cb2042ed58c0f2125c881f6786e4e3580203e7 (diff) | |
| download | openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.tar.gz openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.tar.bz2 openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.zip | |
Use err_local.h rather than err.h in most places
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_methods.c')
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_methods.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_methods.c b/src/lib/libcrypto/ec/ecp_methods.c index ced85ceb1e..5adc049ab7 100644 --- a/src/lib/libcrypto/ec/ecp_methods.c +++ b/src/lib/libcrypto/ec/ecp_methods.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecp_methods.c,v 1.45 2025/03/24 13:07:04 jsing Exp $ */ | 1 | /* $OpenBSD: ecp_methods.c,v 1.46 2025/05/10 05:54:38 tb Exp $ */ |
| 2 | /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> | 2 | /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> |
| 3 | * for the OpenSSL project. | 3 | * for the OpenSSL project. |
| 4 | * Includes code written by Bodo Moeller for the OpenSSL project. | 4 | * Includes code written by Bodo Moeller for the OpenSSL project. |
| @@ -66,11 +66,11 @@ | |||
| 66 | 66 | ||
| 67 | #include <openssl/bn.h> | 67 | #include <openssl/bn.h> |
| 68 | #include <openssl/ec.h> | 68 | #include <openssl/ec.h> |
| 69 | #include <openssl/err.h> | ||
| 70 | #include <openssl/objects.h> | 69 | #include <openssl/objects.h> |
| 71 | 70 | ||
| 72 | #include "bn_local.h" | 71 | #include "bn_local.h" |
| 73 | #include "ec_local.h" | 72 | #include "ec_local.h" |
| 73 | #include "err_local.h" | ||
| 74 | 74 | ||
| 75 | /* | 75 | /* |
| 76 | * Most method functions in this file are designed to work with non-trivial | 76 | * Most method functions in this file are designed to work with non-trivial |
