From 88f9511e2c9117d0faf1b852ec3ddb362c212115 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 31 Oct 2024 05:47:37 +0000 Subject: ecp_oct.c no longer needs bytestring and stdint --- src/lib/libcrypto/ec/ecp_oct.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ecp_oct.c b/src/lib/libcrypto/ec/ecp_oct.c index 0f4d8cb551..6daab41870 100644 --- a/src/lib/libcrypto/ec/ecp_oct.c +++ b/src/lib/libcrypto/ec/ecp_oct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecp_oct.c,v 1.30 2024/10/30 18:16:34 tb Exp $ */ +/* $OpenBSD: ecp_oct.c,v 1.31 2024/10/31 05:47:37 tb Exp $ */ /* Includes code written by Lenka Fibikova * for the OpenSSL project. * Includes code written by Bodo Moeller for the OpenSSL project. @@ -63,7 +63,6 @@ */ #include -#include #include #include @@ -71,8 +70,6 @@ #include "ec_local.h" -#include "bytestring.h" - int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) -- cgit v1.2.3-55-g6feb