Mercurial > hg > octave-nkf
comparison liboctave/oct-md5.cc @ 10314:07ebe522dac2
untabify liboctave C++ sources
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:23:32 -0500 |
parents | 4c0cdbe0acca |
children | 231e6d1b57d6 |
comparison
equal
deleted
inserted
replaced
10313:f3b65e1ae355 | 10314:07ebe522dac2 |
---|---|
51 | 51 |
52 md5_buffer (str.data (), str.length (), buf); | 52 md5_buffer (str.data (), str.length (), buf); |
53 | 53 |
54 return oct_md5_result_to_str (buf); | 54 return oct_md5_result_to_str (buf); |
55 } | 55 } |
56 | 56 |
57 std::string | 57 std::string |
58 oct_md5_file (const std::string file) | 58 oct_md5_file (const std::string file) |
59 { | 59 { |
60 std::string retval; | 60 std::string retval; |
61 | 61 |