CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/30 11:54:54
Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Add ec_point_from_asn1_bit_string() This is inverse to ec_point_to_asn1_bit_string(). Use it to simplify the ec_key_set_public_key() helper. ok jsing