An int would be perfectly sufficient for this, but then again there would
be fewer traps.
ok jsing
-/* $OpenBSD: ec_oct.c,v 1.13 2023/05/01 21:15:26 tb Exp $ */
+/* $OpenBSD: ec_oct.c,v 1.14 2023/05/04 06:45:51 tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
BN_CTX *ctx_in)
{
BN_CTX *ctx;
- int ret = 0;
+ size_t ret = 0;
if ((ctx = ctx_in) == NULL)
ctx = BN_CTX_new();