CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/18 11:24:09
Modified files:
lib/libtls : tls_signer.c
Log message:
Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
Since libtls now sets the ex_data with EC_KEY_set_ex_data(), the do_sign()
callback needs to have a matching change.
ok jsing op
