diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 08:10:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 08:10:15 +0000 |
commit | 0aa2afdf963e18d250f50500858d81a7a96e2e23 (patch) | |
tree | 8b4355b06be30a8562104853715ee4345e9c3889 /sal/util | |
parent | 77709b72a5d0e46aa1f6d05316f6be41b08b040b (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-x | sal/util/sal.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 13e8d1f193f4..f87310b0c47a 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -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; |