aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llmd5.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llmd5.h')
-rw-r--r--linden/indra/llcommon/llmd5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llmd5.h b/linden/indra/llcommon/llmd5.h
index d8bca03..df9d732 100644
--- a/linden/indra/llcommon/llmd5.h
+++ b/linden/indra/llcommon/llmd5.h
@@ -80,7 +80,7 @@ const int MD5RAW_BYTES = 16;
80const int MD5HEX_STR_SIZE = 33; // char hex[MD5HEX_STR_SIZE]; with null 80const int MD5HEX_STR_SIZE = 33; // char hex[MD5HEX_STR_SIZE]; with null
81const int MD5HEX_STR_BYTES = 32; // message system fixed size 81const int MD5HEX_STR_BYTES = 32; // message system fixed size
82 82
83class LLMD5 { 83class LL_COMMON_API LLMD5 {
84// first, some types: 84// first, some types:
85 typedef unsigned int uint4; // assumes integer is 4 words long 85 typedef unsigned int uint4; // assumes integer is 4 words long
86 typedef unsigned short int uint2; // assumes short integer is 2 words long 86 typedef unsigned short int uint2; // assumes short integer is 2 words long