Sign in
gbmc
/
linux
/
refs/heads/master
/
.
/
tools
/
build
/
feature
/
test-libopenssl.c
blob: 168c45894e8be687e3f0c30c1e4b877f47e4327a [
file
] [
log
] [
blame
] [
edit
]
#include
<openssl/ssl.h>
#include
<openssl/opensslv.h>
int
main
(
void
)
{
return
SSL_library_init
();
}