summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 08:10:15 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 08:10:15 +0000
commit317239c724d27a215e658a24c0e374689baf93cf (patch)
tree0b6387145989b0d2ef607b4345514a45ff27ddc6 /sal/util
parent0099eb4799581c96aeaf95136201d14fbd404b06 (diff)
INTEGRATION: CWS encryption (1.45.4); FILE MERGED
2004/07/14 12:48:02 dr 1.45.4.2: RESYNC: (1.45-1.47); FILE MERGED 2004/03/15 19:14:56 mhu 1.45.4.1: #115940# Added functions rtl_cipher...ARCFOUR() and rtl_digest_rawMD5().
Diffstat (limited to 'sal/util')
-rwxr-xr-xsal/util/sal.map12
1 files changed, 9 insertions, 3 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 89c7930c0..f87310b0c 100755
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -493,7 +493,7 @@ UDK_3.1 {
global:
osl_getTempDirURL;
osl_createTempFile;
-
+
rtl_math_doubleToString;
rtl_math_doubleToUString;
rtl_math_pow10Exp;
@@ -505,12 +505,12 @@ UDK_3.1 {
osl_joinProcessWithTimeout;
rtl_getTextEncodingFromWindowsCodePage;
- rtl_getWindowsCodePageFromTextEncoding;
+ rtl_getWindowsCodePageFromTextEncoding;
} UDK_3_0_0;
UDK_3.2 {
global:
- osl_syncFile;
+ osl_syncFile;
} UDK_3.1;
UDK_3.3 {
@@ -518,6 +518,12 @@ UDK_3.3 {
osl_createDirectoryPath;
osl_getFunctionSymbol;
osl_getModuleURLFromFunctionAddress;
+ rtl_cipher_createARCFOUR;
+ rtl_cipher_initARCFOUR;
+ rtl_cipher_decodeARCFOUR;
+ rtl_cipher_encodeARCFOUR;
+ rtl_cipher_destroyARCFOUR;
+ rtl_digest_rawMD5;
rtl_uStringbuffer_insertUtf32;
rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths;
} UDK_3.2;