18 lines
524 B
Diff
18 lines
524 B
Diff
From 9767cdf7645a146bcc596a705ce32b855855a590 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Dauvergne <bdauvergne@entrouvert.com>
|
|
Date: Wed, 24 Jan 2024 15:08:56 +0100
|
|
Subject: [PATCH] misc: fix implicit function declaration errors (#85340)
|
|
|
|
diff --git a/lasso/xml/tools.c b/lasso/xml/tools.c
|
|
index 385858d1..bbc87d9f 100644
|
|
--- a/lasso/xml/tools.c
|
|
+++ b/lasso/xml/tools.c
|
|
@@ -47,6 +47,7 @@
|
|
#include <libxml/xmlIO.h>
|
|
|
|
#include <openssl/evp.h>
|
|
+#include <openssl/pem.h>
|
|
|
|
#include <xmlsec/base64.h>
|
|
#include <xmlsec/crypto.h>
|