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