File: 0001-misc-fix-implicit-function-declaration-errors-85340.patch

package info (click to toggle)
lasso 2.8.2-9%2Bdeb13u1
  • links: PTS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 22,056 kB
  • sloc: ansic: 38,306; xml: 23,941; python: 5,136; sh: 4,726; makefile: 1,003; php: 495; perl: 117
file content (20 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)

---
 NEWS              | 2 ++
 lasso/xml/tools.c | 1 +
 2 files changed, 3 insertions(+)

--- 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>