Update ssl_fc_curve/ssl_fc_curve to use `SSL_get0_group_name` function (available from the OpenSSL v3.2 release onwards) to get the curve name. For OpenSSL versions >=3.0 and <3.2, we will continue to use `SSL_get_negotiated_group` to get the curve name.
Mariam John (1):
BUG/MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use
SSL_get0_group_name
src/ssl_sample.c | 36 +++++++++++++++++++++++++++++++-----
1 file changed, 31 insertions(+), 5 deletions(-)
--
2.39.2 (Apple Git-143)

