CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/18 13:12:58
Modified files:
lib/libtls : tls_signer.c
Log message:
Turns out EC_KEY_METHOD_new() has dup built in...
... because RSA_meth_new() doesn't. So we can fortunately lose a few lines
added in the previous commit. Three cheers for the masters of inconsistency.
ok jsing
