mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
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:
committed by
Raphaël Mélotte
parent
ee3f34791d
commit
8b348cd4a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user