misc: fix implicite declaration errors (#85340) #8

Merged
bdauvergne merged 1 commits from wip/85340-Patch-to-address-implicit-functi into main 2024-01-24 15:18:06 +01:00
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -7,6 +7,8 @@ Future
- Fix symbol deprecation of XMLSEC_CRYPTO macro in libxmlsec 1.3.0 (Patch
provided by Simo Sorce of RedHat) (#78280)
- Annotate lasso_*_signature_method functions with LASSO_EXPORT (#86076)
- Fix implicit function declaration errors, patch provided by Rob Crittenden
from RedHat (#85340)
2.8.2 - March 14th 2023
-----------------------

View File

@ -47,6 +47,7 @@
#include <libxml/xmlIO.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <xmlsec/base64.h>
#include <xmlsec/crypto.h>