Updated a few more old names. Added PR for new configs to Jenkins.

This commit is contained in:
David Garske
2017-10-18 10:38:27 -07:00
parent f23ec7d5f2
commit c9558ee27b
5 changed files with 18 additions and 18 deletions

View File

@@ -1388,7 +1388,7 @@ THREAD_RETURN CYASSL_THREAD server_test(void* args)
if (err == WOLFSSL_SUCCESS)
printf("Sent ALPN protocol : %s (%d)\n",
protocol_name, protocol_nameSz);
else if (err == SSL_ALPN_NOT_FOUND)
else if (err == WOLFSSL_ALPN_NOT_FOUND)
printf("No ALPN response sent (no match)\n");
else
printf("Getting ALPN protocol name failed\n");