summaryrefslogtreecommitdiffstats
path: root/extra/openoffice/libxmlsec-findcerts.diff
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 08:31:47 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 08:31:47 +0200
commit9430a356a3d3eab41da7c9bc1f7a1e081947578c (patch)
treee29322f0d597067861bb2d71fd41e59b25d05088 /extra/openoffice/libxmlsec-findcerts.diff
parent7e047c6b523daaaa4f8178b9b957cdbfb06275a2 (diff)
downloadnutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.gz
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.bz2
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.xz
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.zip
openoffice, port nettoyé
Diffstat (limited to 'extra/openoffice/libxmlsec-findcerts.diff')
-rwxr-xr-xextra/openoffice/libxmlsec-findcerts.diff28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/openoffice/libxmlsec-findcerts.diff b/extra/openoffice/libxmlsec-findcerts.diff
deleted file mode 100755
index 65e0adb81..000000000
--- a/extra/openoffice/libxmlsec-findcerts.diff
+++ /dev/null
@@ -1,28 +0,0 @@
---- libxmlsec/xmlsec1-1.2.6.patch
-+++ libxmlsec/xmlsec1-1.2.6.patch
-@@ -17395,3 +17395,25 @@
- XMLSEC_NSS_ALIBS = smime3.lib ssl3.lib nss3.lib libnspr4_s.lib libplds4_s.lib libplc4_s.lib kernel32.lib user32.lib gdi32.lib
-
- XMLSEC_MSCRYPTO_SOLIBS = kernel32.lib user32.lib gdi32.lib Crypt32.lib Advapi32.lib
-+*** misc/xmlsec1-1.2.6/src/nss/x509.c 2007-03-16 12:51:38.000000000 -0400
-+--- misc/build/xmlsec1-1.2.6/src/nss/x509.c 2007-03-19 11:23:22.000000000 -0400
-+*************** xmlSecNssKeyDataX509VerifyAndExtractKey(
-+*** 1365,1373 ****
-+ /*-
-+ * I'll search key according to KeyReq.
-+ */
-+- slot = cert->slot ;
-+ if( ( keyInfoCtx->keyReq.keyType & xmlSecKeyDataTypePrivate ) == xmlSecKeyDataTypePrivate ) {
-+! if( ( priKey = PK11_FindPrivateKeyFromCert( slot , cert , NULL ) ) == NULL ) {
-+ xmlSecError( XMLSEC_ERRORS_HERE ,
-+ xmlSecErrorsSafeString( xmlSecKeyDataGetName( data ) ) ,
-+ "PK11_FindPrivateKeyFromCert" ,
-+--- 1365,1372 ----
-+ /*-
-+ * I'll search key according to KeyReq.
-+ */
-+ if( ( keyInfoCtx->keyReq.keyType & xmlSecKeyDataTypePrivate ) == xmlSecKeyDataTypePrivate ) {
-+! if( ( priKey = PK11_FindKeyByAnyCert( cert , NULL ) ) == NULL ) {
-+ xmlSecError( XMLSEC_ERRORS_HERE ,
-+ xmlSecErrorsSafeString( xmlSecKeyDataGetName( data ) ) ,
-+ "PK11_FindPrivateKeyFromCert" ,