diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 08:55:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 08:55:18 +0000 |
commit | 315406af2a35b79d1ce77582ee266272f008ae07 (patch) | |
tree | d2973e2dc7c2dffe4ad03f6726dbc4c854d31fd0 /scp2 | |
parent | 9a012c88d8bd2de477a681a6db5aac9c021b8ea6 (diff) |
INTEGRATION: CWS openssl02 (1.269.12); FILE MERGED
2008/01/08 07:34:10 tkr 1.269.12.1: #i84181# correct Windows packaging issue
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index fd0e80bdc55e..8a65d7c27d68 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.272 $ + * $Revision: 1.273 $ * - * last change: $Author: ihi $ $Date: 2008-01-15 13:32:04 $ + * last change: $Author: rt $ $Date: 2008-01-29 09:55:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2736,6 +2736,7 @@ File gid_File_Lib_Openssl End #endif +#ifdef OPENSSL File gid_File_Lib_Crypto TXT_FILE_BODY; Styles = (PACKED,PATCH); @@ -2745,3 +2746,4 @@ File gid_File_Lib_Crypto Name = "libeay32.dll"; #endif End +#endif |