make the smtp_to_mbx flag actually work, other random changes
[ghsmtp.git] / Hash-test.cpp
bloba0617cce8ef0ff141e98e6f9dea1c68a91a9635f
1 #include "Hash.hpp"
3 int main()
5 Hash h;
6 h.update("The quick brown fox jumps over the lazy dog");
7 CHECK_EQ(h.final(), "TYMFQCR7TY098TEAKAYB021E9Y6NCMF4DMYDPXHD0B8BYDY9WP90");