diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/sha1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/sha1.cpp b/src/tests/sha1.cpp index b1c798a..84cebe5 100644 --- a/src/tests/sha1.cpp +++ b/src/tests/sha1.cpp | |||
@@ -28,8 +28,8 @@ int main( int argc, char *argv[] ) | |||
28 | break; | 28 | break; |
29 | } | 29 | } |
30 | 30 | ||
31 | Bu::FString sRes = m.getResult(); | 31 | Bu::String sRes = m.getResult(); |
32 | for( Bu::FString::iterator i = sRes.begin(); i; i++ ) | 32 | for( Bu::String::iterator i = sRes.begin(); i; i++ ) |
33 | { | 33 | { |
34 | sio << Fmt::hex(2,false) << (int)(unsigned char)(*i); | 34 | sio << Fmt::hex(2,false) << (int)(unsigned char)(*i); |
35 | } | 35 | } |