/* This is just a compilation test, to see if we have a version of OpenSSL with ALPN support installed. */ #include #include int main() { SSL_get0_alpn_selected(NULL, NULL, NULL); return 0; }