diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmath/llmd5.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmath/llmd5.h')
-rw-r--r-- | linden/indra/llmath/llmd5.h | 2 |
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 |