summaryrefslogtreecommitdiff
path: root/src/lib/libssl
diff options
context:
space:
mode:
authorbcook <>2015-06-19 06:20:11 +0000
committerbcook <>2015-06-19 06:20:11 +0000
commit6fa9edbb1e8e7fb30f0939202e9fe1997b17524f (patch)
tree88da262440d3a036e966216ce3ac561ba5b931cd /src/lib/libssl
parent3293ee7f21e12c11500db87f81e518c9dada1317 (diff)
downloadopenbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.tar.gz
openbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.tar.bz2
openbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.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')
0 files changed, 0 insertions, 0 deletions