From 727d040aad78fde5a0f1d575255736d37d0c721c Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 30 Jun 2022 11:14:47 +0000 Subject: Replace obj_mac.h with object.h Pointed out by and ok jsing --- src/lib/libcrypto/ec/ec_curve.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/ec/ec_curve.c') 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 @@ -/* $OpenBSD: ec_curve.c,v 1.21 2021/04/20 17:16:37 tb Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.22 2022/06/30 11:14:47 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -73,9 +73,10 @@ #include -#include "ec_lcl.h" #include -#include +#include + +#include "ec_lcl.h" typedef struct { int field_type, /* either NID_X9_62_prime_field or -- cgit v1.2.3-55-g6feb