Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
bfd264fbbbca7a39ea430d7bc2baf8ee2ea958e4
/
.
/
tools
/
build
/
feature
/
test-libopenssl.c
blob: 168c45894e8be687e3f0c30c1e4b877f47e4327a [
file
]
#include
<openssl/ssl.h>
#include
<openssl/opensslv.h>
int
main
(
void
)
{
return
SSL_library_init
();
}