aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llmd5.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llmd5.h')
-rw-r--r--linden/indra/llmath/llmd5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/llmath/llmd5.h b/linden/indra/llmath/llmd5.h
index 1874b45..7b185b6 100644
--- a/linden/indra/llmath/llmd5.h
+++ b/linden/indra/llmath/llmd5.h
@@ -90,7 +90,6 @@ public:
90 void update (const uint1 *input, const uint4 input_length); 90 void update (const uint1 *input, const uint4 input_length);
91 void update (std::istream& stream); 91 void update (std::istream& stream);
92 void update (FILE *file); 92 void update (FILE *file);
93 void update (llifstream& stream);
94 void finalize (); 93 void finalize ();
95 94
96// constructors for special circumstances. All these constructors finalize 95// constructors for special circumstances. All these constructors finalize
@@ -98,7 +97,6 @@ public:
98 LLMD5 (const unsigned char *string); // digest string, finalize 97 LLMD5 (const unsigned char *string); // digest string, finalize
99 LLMD5 (std::istream& stream); // digest stream, finalize 98 LLMD5 (std::istream& stream); // digest stream, finalize
100 LLMD5 (FILE *file); // digest file, close, finalize 99 LLMD5 (FILE *file); // digest file, close, finalize
101 LLMD5 (llifstream& stream); // digest stream, close, finalize
102 LLMD5 (const unsigned char *string, const unsigned int number); 100 LLMD5 (const unsigned char *string, const unsigned int number);
103 101
104// methods to acquire finalized result 102// methods to acquire finalized result