diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:15:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:15:55 +0000 |
commit | 08d3c67355464cb1013ce52d9ed4abf381906354 (patch) | |
tree | 572af5c87dc980b119d43de0953dd75e6cd9f0ab /scp2 | |
parent | 3389f444918d364e82228dc35c3a31c034d12b3d (diff) |
INTEGRATION: CWS tkr05_SRC680 (1.255.4); FILE MERGED
2007/10/19 13:21:03 tkr 1.255.4.4: #31053# WebDAV Https Support
2007/10/19 09:57:11 tkr 1.255.4.3: #31053# WebDAV Https Support
2007/10/17 15:56:50 tkr 1.255.4.2: #31053# WebDAV Https Support
2007/10/08 10:01:41 tkr 1.255.4.1: #31053# https webdav support
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 66576f458924..9149087e0707 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_library_ooo.scp,v $ * - * $Revision: 1.262 $ + * $Revision: 1.263 $ * - * last change: $Author: vg $ $Date: 2007-10-25 16:05:14 $ + * last change: $Author: rt $ $Date: 2007-11-07 10:15:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2629,3 +2629,22 @@ File gid_File_Lib_Onlinecheck Name = "onlinecheck.dll"; End #endif + +File gid_File_Lib_Openssl + TXT_FILE_BODY; + Styles = (PACKED,PATCH); + Dir = gid_Dir_Program; + #ifdef WNT + Name = "ssleay32.dll"; + #endif +End + +File gid_File_Lib_Crypto + TXT_FILE_BODY; + Styles = (PACKED,PATCH); + Dir = gid_Dir_Program; + + #ifdef WNT + Name = "libeay32.dll"; + #endif +End |