add more compatiblity functions

This commit is contained in:
Jacob Barthelmeh
2016-11-10 19:34:27 -07:00
parent 6520a77fac
commit f2f52c3ec9
6 changed files with 171 additions and 4 deletions

View File

@@ -1022,6 +1022,9 @@ THREAD_RETURN CYASSL_THREAD server_test(void* args)
}
showPeer(ssl);
if (SSL_state(ssl) != 0) {
err_sys("SSL in error state");
}
#ifdef HAVE_ALPN
if (alpnList != NULL) {