Commit e304d3e2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove a hack from ssl_test_old



ssl_test_old was reaching inside the SSL structure and changing the internal
BIO values. This is completely unneccessary, and was causing an abort in the
test when enabling TLSv1.3.

I also removed the need for ssl_test_old to include ssl_locl.h. This
required the addition of some missing accessors for SSL_COMP name and id
fields.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5a2443ae
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment