diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2015-06-19 06:20:12 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2015-06-19 06:20:12 +0000 |
commit | 2b6b092c8a6926756885be18dbd48ca9999959e7 (patch) | |
tree | 98516526d4703d98f383ddb47debba0e239c95f9 /usr.bin/mail | |
parent | 9027e67a4efc9d7731577791f93861dcd0cafb44 (diff) |
Add standard headers, C++ support to tls.h.
This makes using libtls easier to include by including dependent headers,
making something like this work as expected:
#include <iostream>
#include <tls.h>
int main()
{
std::cout << "tls_init: " << tls_init() << "\n";
}
This also makes building a standalone libtls-portable simpler.
ok doug@, jsing@
Diffstat (limited to 'usr.bin/mail')
0 files changed, 0 insertions, 0 deletions