CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/30 11:53:28
Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Add ec_point_from_asn1_octet_string() This is inverse to ec_point_to_asn1_octet_string() but again a lot simpler. Simplify ec_asn1_set_group_parameters() by using it. ok jsing