diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-13 19:36:48 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-14 12:29:46 +0100 |
commit | f921e2609a44b983866fd07f2240fa4dd0f23dfc (patch) | |
tree | 5255f7766555b575414fde62bab40cee05190512 /scp2/source | |
parent | 5ae30d3a0610155570d5e18323dd2031c1d79120 (diff) |
scp2: move openssl to AutoInstall
Change-Id: Iab04734140feb293e3d975234da2f727fa58e754
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 19 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 4 |
2 files changed, 1 insertions, 22 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 7c6aa29aa04c..046741c04aae 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -232,25 +232,6 @@ End #endif #endif -#ifndef SYSTEM_OPENSSL -File gid_File_Lib_Openssl - PACKED_LIB_FILE_BODY; - #ifdef WNT - Name = "ssleay32.dll"; - #endif -End -#endif - -#ifndef SYSTEM_OPENSSL -File gid_File_Lib_Crypto - PACKED_LIB_FILE_BODY; - - #ifdef WNT - Name = "libeay32.dll"; - #endif -End -#endif - #if defined WNT && !defined _gcc3 && defined WITH_MOZAB4WIN // see common_brand.scp gid_Brand_File_Lib_Msvcp80 and // gid_Brand_File_Lib_Msvcr80 diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 9d6c5952cc5d..49d883f835bc 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -155,12 +155,10 @@ Module gid_Module_Root_Files_5 Sortkey = "1500"; Default = YES; Styles = (HIDDEN_ROOT); - Files = (gid_File_Lib_Crypto, - gid_Unixlink_File_Lib_Curl, + Files = (gid_Unixlink_File_Lib_Curl, gid_File_Lib_Icudata, gid_File_Lib_Icui18n, gid_File_Lib_Icuuc, - gid_File_Lib_Openssl, gid_File_Lib_Recentfile, gid_File_Lib_Tab, gid_File_Lib_Tab2, |