X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faddon%2Fmd5.hpp;h=49801c17d803ad589426d45d285fdaef9e1a7b8e;hb=146cb5cf3c1ea9bd8f884e3c99a7789c42d598f1;hp=2f441e012983ed70a0868483230704cac83a2630;hpb=588bdfa697fbc2da9af69f087063893a02c0d42e;p=supertux.git diff --git a/src/addon/md5.hpp b/src/addon/md5.hpp index 2f441e012..49801c17d 100644 --- a/src/addon/md5.hpp +++ b/src/addon/md5.hpp @@ -12,8 +12,8 @@ // implied warranty of any kind. // // The translators/modifiers do not claim: -// (1) that MD5 will do what you think it does; -// (2) that this translation/ modification is accurate; or +// (1) that MD5 will do what you think it does; +// (2) that this translation/ modification is accurate; or // (3) that this software is "merchantible." // // based on: @@ -26,20 +26,20 @@ // is identified as the "RSA Data Security, Inc. MD5 Message-Digest // Algorithm" in all material mentioning or referencing this software // or this function. -// +// // License is also granted to make and use derivative works provided // that such works are identified as "derived from the RSA Data // Security, Inc. MD5 Message-Digest Algorithm" in all material // mentioning or referencing the derived work. -// +// // RSA Data Security, Inc. makes no representations concerning either // the merchantability of this software or the suitability of this // software for any particular purpose. It is provided "as is" // without express or implied warranty of any kind. -// +// // These notices must be retained in any copies of any part of this // documentation and/or software. -// +// #ifndef HEADER_SUPERTUX_ADDON_MD5_HPP #define HEADER_SUPERTUX_ADDON_MD5_HPP @@ -47,10 +47,10 @@ #include #include -class MD5 +class MD5 { public: - MD5(); + MD5(); MD5(uint8_t* string); /**< digest string, finalize */ MD5(std::istream& stream); /**< digest stream, finalize */ MD5(FILE *file); /**< digest file, close, finalize */