From 23e81a5276878e5f3cad03750b4c0a24a1aaa4d6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 20 Mar 2012 22:27:09 +1000 Subject: Remove a duplicate return statement. Thanks to Nicky Perian for pointing this out. --- linden/indra/llmessage/llblowfishcipher.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'linden') 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) ERROR: EVP_CIPHER_CTX_cleanup(&context); return 0; - return 0; } // virtual -- cgit v1.1