From 0bd354b14b70178fcc4a6baa1ca870ae5ffad1ed Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 14 Nov 2024 10:25:17 +0000 Subject: eck_prn: fix includes --- src/lib/libcrypto/ec/eck_prn.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/ec/eck_prn.c b/src/lib/libcrypto/ec/eck_prn.c index 1756fb267d..6ff0eddbd7 100644 --- a/src/lib/libcrypto/ec/eck_prn.c +++ b/src/lib/libcrypto/ec/eck_prn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eck_prn.c,v 1.37 2024/11/14 10:22:45 tb Exp $ */ +/* $OpenBSD: eck_prn.c,v 1.38 2024/11/14 10:25:17 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -62,13 +62,15 @@ */ #include <stdio.h> -#include <string.h> +#include <openssl/bio.h> #include <openssl/bn.h> #include <openssl/ec.h> #include <openssl/err.h> #include <openssl/evp.h> +#include <openssl/objects.h> +#include "bn_local.h" #include "ec_local.h" int -- cgit v1.2.3-55-g6feb