diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-03-23 14:13:24 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-03-23 14:13:24 +0100 |
commit | 75516e290d882c5515a188bf2bd2caf2a5f67ac9 (patch) | |
tree | 4b5a2d7944e90c62f25fe95c5087a7f03a8a1b74 /offapi/com | |
parent | 265244b71b989932124ed648ea39acba21756df8 (diff) |
mav60: #164341# fix problems with the new implementation
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/crypto/CipherID.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/crypto/CipherID.idl b/offapi/com/sun/star/xml/crypto/CipherID.idl index ef9997c78009..10b058167244 100644 --- a/offapi/com/sun/star/xml/crypto/CipherID.idl +++ b/offapi/com/sun/star/xml/crypto/CipherID.idl @@ -42,9 +42,9 @@ module com { module sun { module star { module xml { module crypto { constants CipherID { //------------------------------------------------------------------------ - /** identifier of AES algorithm in CBC mode + /** identifier of AES algorithm in CBC mode with W3C padding */ - const long AES_CBC = 1; + const long AES_CBC_W3C_PADDING = 1; //------------------------------------------------------------------------ /** identifier of the Blowfish algorithm in 8-bit CFB mode |