aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/llmessage/llblowfishcipher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llblowfishcipher.cpp b/linden/indra/llmessage/llblowfishcipher.cpp
index e9d4a7c..3eebfad 100644
--- a/linden/indra/llmessage/llblowfishcipher.cpp
+++ b/linden/indra/llmessage/llblowfishcipher.cpp
@@ -167,7 +167,6 @@ U32 LLBlowfishCipher::decrypt(const U8* src, U32 src_len, U8* dst, U32 dst_len)
167ERROR: 167ERROR:
168 EVP_CIPHER_CTX_cleanup(&context); 168 EVP_CIPHER_CTX_cleanup(&context);
169 return 0; 169 return 0;
170 return 0;
171} 170}
172 171
173// virtual 172// virtual