diff options
author | 2015-06-19 06:20:11 +0000 | |
---|---|---|
committer | 2015-06-19 06:20:11 +0000 | |
commit | 0ed661cce7b4c238924a718dabe8d37b96fa2b95 (patch) | |
tree | b24e52f3a50534e6ad2c25336366bc2e1fad78e4 /lib/libssl/src | |
parent | Disable ENGINE_load_dynamic (dynamic engine support). (diff) | |
download | wireguard-openbsd-0ed661cce7b4c238924a718dabe8d37b96fa2b95.tar.xz wireguard-openbsd-0ed661cce7b4c238924a718dabe8d37b96fa2b95.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 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions