Assert that alpn_selected is NULL before we assign it
authorMatt Caswell <matt@openssl.org>
Wed, 21 Mar 2018 20:19:37 +0000 (20:19 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Mar 2018 15:19:17 +0000 (16:19 +0100)
The alpn_selected value in the session should be NULL before we first
populate it if this is a new session. We assert to make sure it is.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5715)


No differences found