From: tb Date: Tue, 1 Aug 2023 17:19:49 +0000 (+0000) Subject: Remove unused prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9e19e53abc911762d113ad9f6f5518f18a13325e;p=openbsd Remove unused prototype --- diff --git a/regress/lib/libcrypto/ec/ec_point_conversion.c b/regress/lib/libcrypto/ec/ec_point_conversion.c index e65e686da7b..001e8a0320b 100644 --- a/regress/lib/libcrypto/ec/ec_point_conversion.c +++ b/regress/lib/libcrypto/ec/ec_point_conversion.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_point_conversion.c,v 1.13 2023/04/26 09:31:12 tb Exp $ */ +/* $OpenBSD: ec_point_conversion.c,v 1.14 2023/08/01 17:19:49 tb Exp $ */ /* * Copyright (c) 2021 Theo Buehler * Copyright (c) 2021 Joel Sing @@ -24,8 +24,6 @@ #include #include -int bn_rand_interval(BIGNUM *, const BIGNUM *, const BIGNUM *); - int forms[] = { POINT_CONVERSION_COMPRESSED, POINT_CONVERSION_UNCOMPRESSED,