Move getting the curvelist for client and server out of the loop
authorMatt Caswell <matt@openssl.org>
Tue, 15 Nov 2016 17:50:08 +0000 (17:50 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Nov 2016 10:09:46 +0000 (10:09 +0000)
commit9a5198808ae0dffd4459039bd3fc96fcfc3eeaf1
treea5d26ff7f5fa78def2f1a41d1722cf53d465a83b
parent94ed2c6739754d13306fe510bb8bc19c2ad42749
Move getting the curvelist for client and server out of the loop

No need to continually get the list of supported curves for the client
and server. Just do it once.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/t1_lib.c