summaryrefslogtreecommitdiff
path: root/sal/rtl/source/cipher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/cipher.cxx')
-rw-r--r--sal/rtl/source/cipher.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/source/cipher.cxx b/sal/rtl/source/cipher.cxx
index 19647ab3186d..31c141771724 100644
--- a/sal/rtl/source/cipher.cxx
+++ b/sal/rtl/source/cipher.cxx
@@ -1207,8 +1207,8 @@ static rtlCipherError rtl_cipherARCFOUR_update_Impl (
const sal_uInt8 *pData, sal_Size nDatLen,
sal_uInt8 *pBuffer, sal_Size nBufLen)
{
- register unsigned int *S;
- register unsigned int x, y, t;
+ unsigned int *S;
+ unsigned int x, y, t;
sal_Size k;
/* Check arguments. */