CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/30 11:51:35
Modified files:
lib/libcrypto/ec: ec_print.c
Log message:
Rewrite BN_hex2point()
This can do the reverse dance: chain BN_hex2bn() with EC_POINT_bn2point().
ok jsing
