Projet

Général

Profil

0001-replace-use-of-xmlsec-soap.h-which-is-deprecated-fix.patch

Benjamin Dauvergne, 06 octobre 2017 10:29

Télécharger (1,31 ko)

Voir les différences:

Subject: [PATCH] replace use of <xmlsec/soap.h> which is deprecated (fixes
 #18771)

 lasso/id-wsf/wsf_profile.c | 2 +-
 lasso/xml/tools.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
lasso/id-wsf/wsf_profile.c
29 29
#include <xmlsec/xmldsig.h>
30 30
#include <xmlsec/templates.h>
31 31
#include <xmlsec/crypto.h>
32
#include <xmlsec/soap.h>
33 32

  
34 33
#include "../utils.h"
35 34

  
......
60 59
#include "../id-ff/providerprivate.h"
61 60
#include "../id-ff/sessionprivate.h"
62 61
#include "../xml/misc_text_node.h"
62
#include <../xml/xmlsec_soap.h>
63 63

  
64 64
/**
65 65
 * SECTION:wsf_profile
lasso/xml/tools.c
57 57
#include <xmlsec/errors.h>
58 58
#include <xmlsec/openssl/x509.h>
59 59
#include <xmlsec/openssl/crypto.h>
60
#include <xmlsec/soap.h>
61 60

  
62 61
#include <zlib.h>
63 62

  
......
71 70
#include <stdarg.h>
72 71
#include <ctype.h>
73 72
#include "../lasso_config.h"
73
#include <lasso/xml/xmlsec_soap.h>
74 74

  
75 75
/**
76 76
 * SECTION:tools
77
-