diff options
| author | tb <> | 2022-06-30 11:14:47 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-30 11:14:47 +0000 |
| commit | b9750dad90805ab9064b083f792c0c680759708a (patch) | |
| tree | 9d33f37718333e8e9e8f5ec14186695caf8ef529 /src/lib/libcrypto/ec/ecp_nist.c | |
| parent | 45af7f28511f7b7de4d578bd4cbcb69f4f1d9bcc (diff) | |
| download | openbsd-b9750dad90805ab9064b083f792c0c680759708a.tar.gz openbsd-b9750dad90805ab9064b083f792c0c680759708a.tar.bz2 openbsd-b9750dad90805ab9064b083f792c0c680759708a.zip | |
Replace obj_mac.h with object.h
Pointed out by and ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nist.c')
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_nist.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nist.c b/src/lib/libcrypto/ec/ecp_nist.c index f7dae16e47..b3cea0c4c0 100644 --- a/src/lib/libcrypto/ec/ecp_nist.c +++ b/src/lib/libcrypto/ec/ecp_nist.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecp_nist.c,v 1.18 2021/09/08 17:29:21 tb Exp $ */ | 1 | /* $OpenBSD: ecp_nist.c,v 1.19 2022/06/30 11:14:47 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -64,7 +64,8 @@ | |||
| 64 | #include <limits.h> | 64 | #include <limits.h> |
| 65 | 65 | ||
| 66 | #include <openssl/err.h> | 66 | #include <openssl/err.h> |
| 67 | #include <openssl/obj_mac.h> | 67 | #include <openssl/objects.h> |
| 68 | |||
| 68 | #include "ec_lcl.h" | 69 | #include "ec_lcl.h" |
| 69 | 70 | ||
| 70 | const EC_METHOD * | 71 | const EC_METHOD * |
