diff options
author | bcook <> | 2015-06-19 06:20:11 +0000 |
---|---|---|
committer | bcook <> | 2015-06-19 06:20:11 +0000 |
commit | fbe5affcc923697c9d3682f503229a15b024db33 (patch) | |
tree | 88da262440d3a036e966216ce3ac561ba5b931cd /src/lib/libssl/bs_cbs.c | |
parent | 1ef7c35782edea8e65610a2d9d6d6d08ea90983c (diff) | |
download | openbsd-fbe5affcc923697c9d3682f503229a15b024db33.tar.gz openbsd-fbe5affcc923697c9d3682f503229a15b024db33.tar.bz2 openbsd-fbe5affcc923697c9d3682f503229a15b024db33.zip |
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 'src/lib/libssl/bs_cbs.c')
0 files changed, 0 insertions, 0 deletions