package/libest: fix build with gcc >= 14.x

Renumbered remaining patches.

Fixes:
https://autobuild.buildroot.net/results/149/149aad6f98163faab14232a9d3013c197579cbb4/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2e1e3b5e09)
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
This commit is contained in:
Bernd Kuhls
2026-09-08 21:13:46 +02:00
committed by Raphaël Mélotte
parent ee3f34791d
commit 8b348cd4a7
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
From b49542dea03c4b895a860c393453ab8497dabfce Mon Sep 17 00:00:00 2001
From: Bernd Kuhls <bernd@kuhls.net>
Date: Tue, 8 Sep 2026 12:52:02 +0200
Subject: [PATCH] java/jni/client.c: include est/est_ossl_util.h
Upstream: https://github.com/cisco/libest/pull/132#issuecomment-4749526125
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
java/jni/client.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/jni/client.c b/java/jni/client.c
index c5bc28e..2c4663e 100644
--- a/java/jni/client.c
+++ b/java/jni/client.c
@@ -12,6 +12,7 @@
#include <stdint.h>
#include "jest.h"
#include <est/est.h>
+#include "est/est_ossl_util.h"
#include <openssl/x509v3.h>
#include <openssl/bio.h>
#include "safe_mem_lib.h"
--
2.47.3