diff options
Diffstat (limited to 'linden/indra/llmessage/llblowfishcipher.h')
-rw-r--r-- | linden/indra/llmessage/llblowfishcipher.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llblowfishcipher.h b/linden/indra/llmessage/llblowfishcipher.h index 0ba1473..f477184 100644 --- a/linden/indra/llmessage/llblowfishcipher.h +++ b/linden/indra/llmessage/llblowfishcipher.h | |||
@@ -5,7 +5,9 @@ | |||
5 | * two UUIDs and a timestamp (16x2 + 4 = 36 bytes) with only 40 bytes of | 5 | * two UUIDs and a timestamp (16x2 + 4 = 36 bytes) with only 40 bytes of |
6 | * output. AES has a block size of 32 bytes, so this would require 64 bytes. | 6 | * output. AES has a block size of 32 bytes, so this would require 64 bytes. |
7 | * | 7 | * |
8 | * Copyright (c) 2007-2007, Linden Research, Inc. | 8 | * $LicenseInfo:firstyear=2007&license=viewergpl$ |
9 | * | ||
10 | * Copyright (c) 2007, Linden Research, Inc. | ||
9 | * | 11 | * |
10 | * Second Life Viewer Source Code | 12 | * Second Life Viewer Source Code |
11 | * The source code in this file ("Source Code") is provided by Linden Lab | 13 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -27,6 +29,7 @@ | |||
27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 29 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 30 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
29 | * COMPLETENESS OR PERFORMANCE. | 31 | * COMPLETENESS OR PERFORMANCE. |
32 | * $/LicenseInfo$ | ||
30 | */ | 33 | */ |
31 | 34 | ||
32 | #ifndef LLBLOWFISHCIPHER_H | 35 | #ifndef LLBLOWFISHCIPHER_H |