Ensure we set the session id context in ossl_shim
authorMatt Caswell <matt@openssl.org>
Tue, 14 Mar 2017 17:26:46 +0000 (17:26 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Mar 2017 23:15:21 +0000 (23:15 +0000)
commite29d7cea332e58678640aaa84c6ddfaa0adce74f
tree9dd45a99c86bc852ae316f24ec21f6ac6b9a2c8f
parente0926ef49df09a85117d7442db83f321aeb5b982
Ensure we set the session id context in ossl_shim

OpenSSL requires that we set the session id context. BoringSSL apparently
does not require this, so wasn't setting it.

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