CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/04 00:45:51
Modified files:
lib/libcrypto/ec: ec_oct.c
Log message:
Use size_t instead of int in EC_POINT_point2oct()
An int would be perfectly sufficient for this, but then again there would
be fewer traps.
ok jsing
