summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_curve.c
diff options
context:
space:
mode:
authortb <>2022-06-30 11:14:47 +0000
committertb <>2022-06-30 11:14:47 +0000
commit727d040aad78fde5a0f1d575255736d37d0c721c (patch)
tree9d33f37718333e8e9e8f5ec14186695caf8ef529 /src/lib/libcrypto/ec/ec_curve.c
parenta707633f86eb12772b7456b15ec5b8a8bca018c9 (diff)
downloadopenbsd-727d040aad78fde5a0f1d575255736d37d0c721c.tar.gz
openbsd-727d040aad78fde5a0f1d575255736d37d0c721c.tar.bz2
openbsd-727d040aad78fde5a0f1d575255736d37d0c721c.zip
Replace obj_mac.h with object.h
Pointed out by and ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
-rw-r--r--src/lib/libcrypto/ec/ec_curve.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c
index b575f7bac2..09f8cfe9d8 100644
--- a/src/lib/libcrypto/ec/ec_curve.c
+++ b/src/lib/libcrypto/ec/ec_curve.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_curve.c,v 1.21 2021/04/20 17:16:37 tb Exp $ */ 1/* $OpenBSD: ec_curve.c,v 1.22 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 */
@@ -73,9 +73,10 @@
73 73
74#include <openssl/opensslconf.h> 74#include <openssl/opensslconf.h>
75 75
76#include "ec_lcl.h"
77#include <openssl/err.h> 76#include <openssl/err.h>
78#include <openssl/obj_mac.h> 77#include <openssl/objects.h>
78
79#include "ec_lcl.h"
79 80
80typedef struct { 81typedef struct {
81 int field_type, /* either NID_X9_62_prime_field or 82 int field_type, /* either NID_X9_62_prime_field or