summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nist.c
diff options
context:
space:
mode:
authortb <>2022-06-30 11:14:47 +0000
committertb <>2022-06-30 11:14:47 +0000
commitb9750dad90805ab9064b083f792c0c680759708a (patch)
tree9d33f37718333e8e9e8f5ec14186695caf8ef529 /src/lib/libcrypto/ec/ecp_nist.c
parent45af7f28511f7b7de4d578bd4cbcb69f4f1d9bcc (diff)
downloadopenbsd-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.c5
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
70const EC_METHOD * 71const EC_METHOD *