make the smtp_to_mbx flag actually work, other random changes
[ghsmtp.git] / TLS-OpenSSL-test.cpp
blob32d6b988d18d8bf810c45021d359480c2546bbc8
1 #include "TLS-OpenSSL.hpp"
3 #include <glog/logging.h>
5 #include <iostream>
7 int main(int argc, char* argv[])
9 auto const read_hook = []() {};
10 TLS tls(read_hook);
12 std::cout << "sizeof(TLS) == " << sizeof(TLS) << '\n';