Instead of returning errors when certain flags are unusable, just ignore them.
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Aug 2002 12:18:29 +0000 (12:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Aug 2002 12:18:29 +0000 (12:18 +0000)
commit425d06d178e35162e6adb30fdcc51b9605720538
treefcee2aefeaaa13d9fcc09581fae38ea9b2f4af88
parent7ee5c0a0a2d798936520eb19b8cc57c55202f33b
Instead of returning errors when certain flags are unusable, just ignore them.
That will make the test go through even if DH (or in some cases ECDH) aren't
built into OpenSSL.
PR: 216, part 2
ssl/ssltest.c