diff options
author | tono <tono@openoffice.org> | 2010-06-06 20:54:55 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-06-06 20:54:55 +0900 |
commit | 22830eb689573c72eb17b8efd86f1efe48d2fbd5 (patch) | |
tree | 4e6568aea58fd3ec746721ccd8b8cf9963f5b1e7 /libxmlsec | |
parent | af97d059b737971d50e261c65c1097f319dae6e2 (diff) |
i#112159: MinGW port: libxmlsec 1.2.14, libxml2 2.7.6, libxslt 1.1.26
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/xmlsec1-customkeymanage.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxmlsec/xmlsec1-customkeymanage.patch b/libxmlsec/xmlsec1-customkeymanage.patch index d5c771a67ab8..8bc97c474d56 100644 --- a/libxmlsec/xmlsec1-customkeymanage.patch +++ b/libxmlsec/xmlsec1-customkeymanage.patch @@ -445,7 +445,7 @@ + --- misc/xmlsec1-1.2.14/src/mscrypto/akmngr.c 2009-09-21 14:07:19.078910929 +0200 +++ misc/build/xmlsec1-1.2.14/src/mscrypto/akmngr.c 2009-09-21 14:02:48.531281225 +0200 -@@ -1 +1,235 @@ +@@ -1 +1,236 @@ -dummy +/** + * XMLSec library @@ -459,6 +459,7 @@ + +#include <xmlsec/xmlsec.h> +#include <xmlsec/keys.h> ++#include <xmlsec/keysmngr.h> +#include <xmlsec/transforms.h> +#include <xmlsec/errors.h> + |