Fix ALPN tests when NPN is off
authorEmilia Kasper <emilia@openssl.org>
Fri, 5 Aug 2016 15:17:00 +0000 (17:17 +0200)
committerEmilia Kasper <emilia@openssl.org>
Mon, 8 Aug 2016 10:19:31 +0000 (12:19 +0200)
commit7b7cea6d712c35d52b4e2031c8a9410866e2aab6
treeae64e02af858e36d5b6ad998f8a8652b92db712a
parent9f48bbacd8cac8d08dff146db438ab3e19908a7a
Fix ALPN tests when NPN is off

OPENSSL_NO_NEXTPROTONEG only disables NPN, not ALPN

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/handshake_helper.c
test/recipes/80-test_ssl_new.t
test/ssl_test.c