Use size_t instead of int in EC_POINT_point2oct()
authortb <tb@openbsd.org>
Thu, 4 May 2023 06:45:51 +0000 (06:45 +0000)
committertb <tb@openbsd.org>
Thu, 4 May 2023 06:45:51 +0000 (06:45 +0000)
commit2d5f1415d73db4aa10c10063e4239f63a1b1cd68
tree6e2386e5b293b2c3cfb864d9ec1c29aed04caec8
parentf691bc2d7b5e0eebb169a42cca80658d5e2a1f27
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
lib/libcrypto/ec/ec_oct.c