Use the SSL_METHODs passed to create_ssl_ctx_pair()
authorMatt Caswell <matt@openssl.org>
Fri, 1 Jul 2016 18:15:05 +0000 (19:15 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 1 Jul 2016 22:23:16 +0000 (23:23 +0100)
commitfe964f0c88f6780fd30b26e306484b981b0a8480
tree83ddb1e15d2a0194223384a0d644a0a83be57f36
parent1e16987fc18cce9420dd3b76326b8d25746fa258
Use the SSL_METHODs passed to create_ssl_ctx_pair()

Don't use hardcoded SSL_METHODs!

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ssltestlib.c