CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/11 12:55:44
Modified files:
lib/libcrypto/ec: ec_asn1.c
Log message:
Clean up ec_asn1_group2fieldid()
This drops some unnecessary freeing that was turned into a double free
reachable via public API in OpenSSL 1.1. Other than that it unindents
code and uses better variable names.
ok jsing
